search
Homephp教程PHP源码phpmailer在线文档发布

代码

<?php
include (&#39;class-phpmailer.php&#39;);
include (&#39;class-smtp.php&#39;);

$mail=new PHPMailer();

// 设置PHPMailer使用SMTP服务器发送Email
$mail->IsSMTP();

// 设置邮件的字符编码,若不指定,则为&#39;UTF-8&#39;
$mail->CharSet=&#39;GB2312&#39;;

// 添加收件人地址,可以多次使用来添加多个收件人
$mail->AddAddress(&#39;xxxx@gmail.com&#39;);

// 设置邮件正文
$message=&#39;用WordPress的代码发送的Email&#39;;
$mail->Body=$message;

// 设置邮件头的From字段。
// 对于网易的SMTP服务,这部分必须和你的实际账号相同,否则会验证出错。
$mail->From=&#39;xxxxxx@163.com&#39;;

// 设置发件人名字
$mail->FromName=&#39;Wang Jinbo&#39;;

// 设置邮件标题
$mail->Subject=&#39;Test Mail&#39;;

// 设置SMTP服务器。这里使用网易的SMTP服务器。
$mail->Host=&#39;smtp.163.com&#39;;

// 设置为“需要验证”
$mail->SMTPAuth=true;

// 设置用户名和密码,即网易邮件的用户名和密码。
$mail->Username=&#39;xxxxxx&#39;;
$mail->Password=&#39;xxxxxx&#39;;

// 发送邮件。
$mail->Send();
?>
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!