| | |
PHP FORM without senders email address
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Nov 2008
Posts: 42
Reputation:
Solved Threads: 0
Happy Holidays!
Is it possible for a PHP FORM to send data from say...
dog@senddata.com (form user)
to
cat@getdata.com (data recipient)
BUT...
when cat@getdata.com gets the email with the data in it, if cat decides to REPLY, dog@senddata.com WILL NOT be in the TO list at all.
This needs to be done so that the org members can discuss the applicant's qualifications without fear of accidentally replying to the applicant unless they specifically type in the email address.
Thanks!
Squark
Is it possible for a PHP FORM to send data from say...
dog@senddata.com (form user)
to
cat@getdata.com (data recipient)
BUT...
when cat@getdata.com gets the email with the data in it, if cat decides to REPLY, dog@senddata.com WILL NOT be in the TO list at all.
This needs to be done so that the org members can discuss the applicant's qualifications without fear of accidentally replying to the applicant unless they specifically type in the email address.
Thanks!
Squark
•
•
Join Date: Jan 2008
Posts: 141
Reputation:
Solved Threads: 19
In the email headers, you'd have:
The reply to address is then automatically used then replying to an email.
Best,
R.
PHP Syntax (Toggle Plain Text)
From: dog@getdata.com Reply-to: members@getdata.com
The reply to address is then automatically used then replying to an email.
Best,
R.
•
•
Join Date: Jan 2008
Posts: 141
Reputation:
Solved Threads: 19
In your original post, you said you had a web form, which when submitted would be emailed to the members of an organisation for their consideration or whatever.
To send an email you need to specify:
You also have the option to specify headers. In the headers, add:
With the address being perhaps a mailing list address for the organisation members, but not the original sender.
Googling PHP email headers, and reply-to fields should give you more information also.
Essentially, a reply to address is a default address for replying to which can be different to a from address.
R
To send an email you need to specify:
- The Recipient
- The Sender
- The Subject
- The Message Body
You also have the option to specify headers. In the headers, add:
PHP Syntax (Toggle Plain Text)
Reply-to: something@getdata.com
With the address being perhaps a mailing list address for the organisation members, but not the original sender.
Googling PHP email headers, and reply-to fields should give you more information also.
Essentially, a reply to address is a default address for replying to which can be different to a from address.
R
![]() |
Similar Threads
- problems with php web form (PHP)
- Create an email system that hides the email addresses of users. (PHP)
- PHP Sendmail Tutorial (PHP)
- PHP Mail with Sender ID (PHP)
Other Threads in the PHP Forum
- Previous Thread: Help Protecting User Uploads
- Next Thread: UniqueID.html
| Thread Tools | Search this Thread |
ajax apache api array basics beginner binary broken cakephp checkbox class cms code codingproblem combobox cron curl database date display domain dynamic echo email error file files folder form format forms function functions google href htaccess html image include insert interactive ip java javascript joomla js limit link load login mail malfunctioning menu mlm mobile multiple mysql nodes oop outofmemmory paging parse paypal pdf php problem procedure query radio ram random recursion reference remote return script search server sessions sms source space sql syntax system table tutorial unset up-to-date update upload url validation validator variable video web webapplications websitecontactform youtube





