What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » php send mail script

php send mail script
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: php send mail script
to add a sender you have got to send extra stuff in the headers so your code would look something like

code:

<?php
$yourmail = "blah@gmail.com";
$email = "guy to send too";
$subject = "subject";
$body="body of email";
$headers = "from:$yourmail\n";
mail($email,$subject,$body,$headers);
?>



This post was edited on 03-17-2005 at 12:22 PM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
03-17-2005 10:54 AM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
php send mail script - by spokes on 03-16-2005 at 09:40 PM
RE: php send mail script - by Plik on 03-16-2005 at 09:47 PM
RE: php send mail script - by spokes on 03-16-2005 at 09:56 PM
RE: php send mail script - by brian on 03-16-2005 at 10:09 PM
RE: php send mail script - by fluffy_lobster on 03-17-2005 at 10:19 AM
RE: php send mail script - by -dt- on 03-17-2005 at 10:54 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On