Mar
08
2010
|
Mar
08
2010
sample code or tutorial to create auto PHP greeting email to members?Posted by andy in Automated Link Building
One Response to “sample code or tutorial to create auto PHP greeting email to members?”
Leave a Reply
|
You can use the mail function in PHP to send the e-mail. The only other thing you need to know is how to check the date of the user with the current date. I’m not sure how familiar you are with PHP, and if you need more instruction than that.
Go to this site: and search for these functions:
mail
date