Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 08-15-2004, 07:50 AM Email Error
Junior Talker

Posts: 1
Trades: 0
Hi,
I have a script that sends an auto email with a confirmation link on it...Unfortunately it only sends to people using my server address- so not any email that is not on my server!
Apparently this is what I need to do, "You need to either set the From: mail address to a domain that is configured as local on that server" but I don't know how...Any suggestions? Or any easy ways of making it able to send to outside emails?
Thanks!
Carmen
layby_cougar is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-15-2004, 08:10 AM
webwoRRks's Avatar
Ultra Talker

Posts: 426
Location: I hope so
Trades: 0
...mail should send to anyone, this won't be affected by from. Maybe your server has set restrictions?
__________________
Theres 10 types of people; those who understand binary, and those who don't.
webmaster and webdeveloper resources,
Please login or register to view this content. Registration is FREE
webwoRRks is offline
Reply With Quote
View Public Profile Visit webwoRRks's homepage!
 
Old 08-15-2004, 08:50 AM
david's Avatar
King Spam Talker

Posts: 1,314
Location: Glasgow, UK
Trades: 0
This code sets the From address:
PHP Code:
mail($email$subject$message,
     
"From: Your Name <your@email.address>\r\n" .
     
"Reply-To: your@email.address\r\n" .
     
"X-Mailer: PHP/" phpversion()); 
__________________

Please login or register to view this content. Registration is FREE
- Everything a webmaster needs - for free

Please login or register to view this content. Registration is FREE
- Free web hosts reviewed and rated

Please login or register to view this content. Registration is FREE
- Impartial hosting directory - Add your host today for FREE
david is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Email Error
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.32152 seconds with 12 queries