Phpmailer version used: 5.2.1
The following are some of the code given in the example folder of Phpmailer: test_gamil_basic.php.
The code is as follows
$mail = new Phpmailer (); $body = file_get_contents ('
Phpmailer version used: 5.2.1The following are some of the code given in the example folder of Phpmailer: test_gamil_basic.php.
The code is as follows
Copy Code
$mail = new Phpmailer ();$body = file_get_contents ('
163 Mailbox
POP3 Server: pop.163.comSMTP Server: smtp.163.com
Yahoo Mail
Note: Yahoo in foxmail more than 4.1 of the version set as follows: (Outlook not yo ~)
POP3 Server:
This article gives an example of how phplist and Phpmailer send mail via gmail. Share to everyone for your reference, specific as follows:
In general, as long as you are not using Gmail mailbox, then use Phplist to send mail as long as the previous
Hpmailer is a mail-sending class dedicated to the PHP language, powerful and rich in PHP's own single mail () function. Support for SMTP, accessories, etc. Phpmailer complies with LGPL authorization and can be downloaded free of charge.Download
Include("Class. phpmailer. php");// Imports phpmailer class to others
$ Mail=NewPhpmailer ();// Create a new object
$ Mail-> Issmtp ();// Set the SMTP mode for sending messages
$ Mail-> Smtpauth = true;// You need a license to set SMTP.
Summarize the common problems of PHPmailer group-sending Gmail, and phpmailer group-sending gmail. Summarize the frequently asked questions about PHPmailer group-sending Gmail. you may encounter many frequently asked questions when phpmailer
PHP implements the SMTP mail sending class that supports SSL connections. PHP: SMTP mail sending class that supports SSL connections this article mainly introduces PHP implementation of SMTP mail sending class that supports SSL connections, the
The mail () function in PHP is very simple, but it also makes it impossible to use the popular SMTP server with verification function (gmail, 163,126, etc)Now, by configuring sendmail provided by XAMPP, PHP's mail () function can send emails
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.