通知功能
192SMTP错误:无法连接到SMTP主机已解决
SMTP错误:无法连接到SMTP主机已解决
悬赏5积分
提问者邓奕波答案数2阅读数9423发表时间2011-04-06 11:00:41
<?php
$config->mail->turnon = true; // trun on email feature or not.
$config->mail->fromAddress = 'uinlive@gmail.com'; // The from address.
$config->mail->fromName = 'ui123454321'; // The from name.
$config->mail->mta = 'gmail'; // phpmail|sendmail|smtp|gmail
/* SMTP settings. */
if($config->mail->mta == 'smtp')
{
$config->mail->smtp->debug = 0; // Debug level, 0,1,2.
$config->mail->smtp->auth = true; // Need auth or not.
$config->mail->smtp->host = ''; // The smtp server host address.
$config->mail->smtp->port = ''; // The smtp server host port.
$config->mail->smtp->username = ''; // The smtp user, may be a full email adress.
$config->mail->smtp->password = ''; // The smtp user's password.
}
/* Gmail setting. */
elseif($config->mail->mta == 'gmail')
{
$config->mail->gmail->debug = 0; // Debug level, 0,1,2.
$config->mail->gmail->username = "uinlive@gmail.com"; // GMAIL username
$config->mail->gmail->password = "ui123454321"; // GMAIL password
}
$config->mail->turnon = true; // trun on email feature or not.
$config->mail->fromAddress = 'uinlive@gmail.com'; // The from address.
$config->mail->fromName = 'ui123454321'; // The from name.
$config->mail->mta = 'gmail'; // phpmail|sendmail|smtp|gmail
/* SMTP settings. */
if($config->mail->mta == 'smtp')
{
$config->mail->smtp->debug = 0; // Debug level, 0,1,2.
$config->mail->smtp->auth = true; // Need auth or not.
$config->mail->smtp->host = ''; // The smtp server host address.
$config->mail->smtp->port = ''; // The smtp server host port.
$config->mail->smtp->username = ''; // The smtp user, may be a full email adress.
$config->mail->smtp->password = ''; // The smtp user's password.
}
/* Gmail setting. */
elseif($config->mail->mta == 'gmail')
{
$config->mail->gmail->debug = 0; // Debug level, 0,1,2.
$config->mail->gmail->username = "uinlive@gmail.com"; // GMAIL username
$config->mail->gmail->password = "ui123454321"; // GMAIL password
}
禅道版本:1.4
安装包类型:源码包
操作系统:Other
客户端浏览器:Firefox
答案列表
🍟 现在 gmail服务不太稳定,建议使用国内的smtp服务器吧。 |
🌴 我的一样问题,不管是GMAIL还是内网的SMTP,都没弄成, |
联系我们
联系人
杨苗/高级客户经理
电话(微信)
13165050229
QQ号码
2692096539
联系邮箱
yangmiao@chandao.com

其他相关问答
提问者: wuweihua 于 2017-05-021470次浏览,1个答案
提问者: nescafey 于 2014-12-242346次浏览,1个答案
提问者: dragon632 于 2011-12-134830次浏览,1个答案
提问者: chenghuikai 于 2015-01-052268次浏览,1个答案
提问者: shopping 于 2013-07-221768次浏览,0个答案


精品资料包
1V1产品演示
免费试用增强功能
专属顾问答疑支持


