corkg Posted January 2, 2008 Share Posted January 2, 2008 Hi I am trying to send a mail using a php script mail($email,$subject,$mail,"From:$strFrom\r\nReply-to: $strFrom\r\nContent-type: text/html; charset=us-ascii"); This i know works but i would like to send a php file that will be proccessed to make the following: http://ukcllforum.org.uk/mail.php so that http://ukcllforum.org.uk/mail.php will be sent out. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/84204-email/ Share on other sites More sharing options...
corkg Posted January 2, 2008 Author Share Posted January 2, 2008 It would be good if i knew how to get the preproccessed code from the file containing the body of the mail, and then get the code and mail it. Quote Link to comment https://forums.phpfreaks.com/topic/84204-email/#findComment-428781 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.