2024年4月12日发(作者:)

ZEN CART 邮箱设置教程

以上设置为 默认的PHP 发送方式 正确设置 请替换 admin@ email@address1 为你自己的邮箱

Send Copy of Create Account Emails To - Status 0 设置为1 开启创建账户发送欢迎信

第一个选项 发送方式

E-Mail Transport Method

Defines the method for sending mail.

PHP is the default, and uses built-in PHP wrappers for processing.

Servers running on Windows and MacOS should change this setting to SMTP.

SMTPAUTH should only be used if your server requires SMTP authorization to send messages. You must also configure your

ZEN CART 邮箱设置教程

SMTPAUTH settings in the appropriate fields in this admin section.

sendmail is for linux/unix hosts using the sendmail program on the server

"sendmail-f" is only for servers which require the use of the -f parameter to send mail. This is a security setting often used to

prevent spoofing. Will cause errors if your host mailserver is not configured to use it.

Qmail is used for linux/unix hosts running Qmail as sendmail wrapper at /var/qmail/bin/sendmail

我们常用的是PHP SENDMAIL 采用的服务器网关 域名名义 发送个邮件

因此 很容易被大的邮箱过滤 进而 进入垃圾箱 收不到邮件

下面就要用到SMTPAUTH 方式发送了

就是我们常用的GMAIL 发送邮件

GMAIL 发送的原理就是 当客户在网站下单 网站登录GMAIL 账户 以GMAIL 的名义发送

这样就会避免进入垃圾箱

这是一款非常好用的功能

但是很多海外的便宜的 虚拟空间 都不支持

以下是GMAIL 发送方式的截图

先去注册一个GMAIL 记得一定要输入正确的手机号码验证

点击GMAIL 设置 确保 SMTP 开启 现在注册的GMAIL 默认已经开启了

我们需要做的是 输入正确的手机号码 方面接下来的验证

注册GMAIL OK 后 输入

EMAIL 设置 第一个值 选择 smtpauth

下面部分 需要改动的地方只有

请注意 不要有空格

邮箱账户

邮箱密码

SMTP

端口 465 或者995

正确的设置就是这样

请记得 那些admin@ email@address1 替换为自己的收件邮箱

尽量避免使用刚注册这个GMAIL

以下是GMAIL 设置 正确的全图