Tag Archives: php mail

Send email using PHP with Gmail – PhpMailer通过Gmail发送邮件

使用PhpMailer通过Gmail账户发送邮件. 具体使用步骤: http://deepakssn.blogspot.com/2006/06/gmail-php-send-email-using-php-with.html
请翻墙使用.
常见错误排除:
1. Mailer Error: SMT

More…

Posted in PHP | Tagged , , | Leave a comment

PHP: Sending Html/plain Email by mb_send_mail 发送HTML/Plain格式的邮件

使用mb_send_mail方法发送html/plain格式的Email, HTML格式的邮件.

本方法将根据trim后的邮件内容设置email类型: 如果以"<"开始, 则将邮件设置为Html格式, 反之为plain格式.

More…

Posted in PHP | Tagged , , | Leave a comment