Thanks
[SOLVED] php mail function
Moderator: General Moderators
php mail function
my problem is when I enter a name in the "From: " (instead of an email address) some people's email servers consider it junk mail and delete it. Is there some way to have it be from an email address but display a name? (not whatever@here.com but John Doe)
Thanks
Thanks
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
from a quick look..
Code: Select all
From: John Doe <foo@bar.org>Thats exactly what I need. Thanks!feyd wrote:from a quick look..Code: Select all
From: John Doe <foo@bar.org>