Results 1 to 4 of 4

Thread: FormMail.php

  1. #1
    Join Date
    Jan 2006
    Posts
    4

    Default FormMail.php

    I am using the FormMail.php v5.0 from www.dtheatre.com/scripts to enable web visitors to send us comments without exposing our email address to spammers.

    When receiving form results in Outlook, the FROM field in Outlook is blank, making it difficult to discern where the email is coming from.

    Is there a way to customize the php script to have the person's email address appear in the FROM field when the form results are received in Outlook?
    THANKS!

  2. #2
    Join Date
    Nov 2005
    Location
    Hell
    Posts
    253

    Default

    seems not many is interested in this post..as i too have this problem


    P.S.ohinhu..can you type some other comments than those two
    words,

  3. #3
    Join Date
    Sep 2003
    Posts
    3,040

    Default

    ndpcanada, the reason for this may be, the HTML form page don't have the "sender email" address field with name required by the script.

    For example, if the script need the senders email address in field name "from", your HTML form page should contain an input field like

    Email : <INPUT type="text" name="from">
    Become PHP Expert in 30 days
    FreeMarriage.com - Free Online Matrimonial
    FlashWebHost.com - Professional Web Hosting, Designing.

  4. #4
    Join Date
    Jan 2006
    Location
    Hanoi
    Posts
    23

    Default

    as i too have this problem, Thanks

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
  •