Results 1 to 6 of 6

Thread: Email web forms?

  1. #1
    Join Date
    Feb 2007
    Beans
    640

    Email web forms?

    So, I've always wondered, couldn't you just send an email from any address through a web form? Many of the ones I've seen only require a name, the sender email and the recipient email. What stops someone from putting in some bogus name (or even the right name that goes with the email if they know it) and sending an email? I haven't done really any web programming so I am unsure.

    Thanks.

  2. #2
    Join Date
    Mar 2007
    Location
    Portsmouth, UK
    Beans
    Hidden!
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Email web forms?

    Are you talking about the sort of forms that are used for customer feedback? Most of these forms are coded to send mail to a particular destination, and the sender address is really only used so that the recipient can reply to you.

  3. #3
    Join Date
    Feb 2007
    Beans
    640

    Re: Email web forms?

    I guess. What made me think of it is an add-on I have for Firefox that takes the main text on the page (just the article part of an article for instance) and formats it in an easier to read way. Then, there is an icon you can press to "Share". You put in your name, email address and the recipient email, along with an optional comment.

  4. #4
    hakermania's Avatar
    hakermania is offline Τώρα ξέρεις τι γράφω εδώ!
    Join Date
    Aug 2009
    Location
    Greece
    Beans
    1,705
    Distro
    Ubuntu Development Release

    Re: Email web forms?

    These mails are sent with PHP usually....

  5. #5
    Join Date
    Jan 2008
    Beans
    91

    Re: Email web forms?

    If it's an add-on for firefox, it's probably using your local machine to send the mail.

    Most PHP forms should be engineered to avoid spam practices. If they're not, spammers quickly locate them and use them to send spam mail. The anti-spam hardening in practice is a pretty thoughtful exercise. You either have to limit the message content to something very specific or you have to limit the recipient using captcha or something.

  6. #6
    Join Date
    Feb 2007
    Beans
    640

    Re: Email web forms?

    So would a spam message from a poorly designed PHP form have a forged header (I don't know a lot about hacking, etc.)

    I don't think the Firefox add on connects to Thunderbird or anything actually.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •