Thursday, September 11, 2008
PHP : How to send email from PHP with attachments
Email is the most popular Internet service today. Millions of emails are sent and delivered each day.
A client wanted to send automated email messages from your PHP application. This could either be in direct response to a user's action, such as signing up on their site, or a recurring event at a set time, such as a monthly newsletter. Sometimes the email could contain attachments, both plain text and HTML portions, pdf files and so on.
I found this article PHP: Sending Email (Text/HTML/Attachments) very useful and hope that you do to.
Other blogs that link to this item
Email is the most popular Internet service today. Millions of emails are sent and delivered each day.
A client wanted to send automated email messages from your PHP application. This could either be in direct response to a user's action, such as signing up on their site, or a recurring event at a set time, such as a monthly newsletter. Sometimes the email could contain attachments, both plain text and HTML portions, pdf files and so on.
I found this article PHP: Sending Email (Text/HTML/Attachments) very useful and hope that you do to.
Labels: attachments, email, php