What is the code for auto generated mail in PHP programming?
How to write code for this?
3 thoughts on “Source code for auto-generated mail in PHP programming”
Leave a Reply
You must be logged in to post a comment.
Programming in PHP, C, C#, ASP.NET, Java, Objective-C, SQL also for MS SQL Server, Oracle & MySQL Development
What is the code for auto generated mail in PHP programming?
How to write code for this?
You must be logged in to post a comment.
what event do you want to trigger an email….give me more detail and i can give you the required code in just a few minutes I expect
http://uk.php.net/manual/en/function.mail.php
I wrote up a PHP script to do this, it is really not too difficult.
http://email.about.com/cs/phpemailtips/qt/et031202.htm
There is a tutorial, hope that helps.