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

Categories: PHP; Tagged with: ; @ September 6th, 2010 22:59

使用PhpMailer通过Gmail账户发送邮件.
具体使用步骤: http://deepakssn.blogspot.com/2006/06/gmail-php-send-email-using-php-with.html

请翻墙使用.

常见错误排除:

1. Mailer Error: SMTP Error: Could not connect to SMTP host

设置php.ini, 移除注释: uncomment the extension=php_openssl.dll

2. SMTP Error: Could not authenticate

这个不能怪别人, 你用户名跟密码不匹配 – Wrong user and password

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

Categories: PHP; Tagged with: ; @ August 28th, 2010 14:55

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

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

(more…)



// Proudly powered by Apache, PHP, MySQL, WordPress, Bootstrap, etc,.