腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
在使用
phpmailer
时检查是否连接时捕获EOF
smtp
、
phpmailer
在本地
主机
上使用
phpmailer
有一些问题。<<?> <2019-01-02 :02:04
连
接:打开到
smtp
.ionos.fr:465,timeout=300,options=array() 2019-01-02 :02:04
连
接:打开2019-01-02 :02:15
SMTP</em
浏览 0
提问于2019-01-02
得票数 0
1
回答
Phpmailer
错误
:
无法
验证
php
、
email
、
smtp
、
gmail
、
phpmailer
这是输出: use
PHPMailer
\
PHPMailer
\<
浏览 3
提问于2018-06-03
得票数 0
2
回答
我
无法
正确配置
PHPMailer
php
、
phpmailer
Mailer Error: {$mail->ErrorInfo}";这是我收到的
错误
消息: 2021-08-09 20:04:25
SMTP
错误
:
无法
连
接到
服务器:(0)
SMTP
connect
错误
#2: stream_socket_client():
无法
启用加密C:\xampp\htdocs\sheri\vendor\
phpmailer
\
phpmailer
\src\
SMTP</e
浏览 3
提问于2021-08-09
得票数 0
1
回答
配置发送邮件服务器返回
错误
email
、
smtp
、
gmail
、
moodle
SMTP
密码:我的上述电子邮件帐号的密码**2021-03-01 08:49:30
连
接:打开到ssl://
smtp
.gmail.com:465,timeout\lib\
phpmailer
\src\
SMTP
.php第344行 2021-03-01 08:49:30
连
接失败。
错误
#2: stream_socket_client():
无法
启用加密D:\wamp64\w
浏览 9
提问于2021-03-01
得票数 0
1
回答
Mandrill API 110 :
PHPMailer
连接超时
错误
smtp
Mandrill API 110 :
PHPMailer
连接超时
错误
SMTP
->
错误
:未能连
接到
服务器:连接超时(110)
SMTP
错误
:
无法
连
接到
SMTP
主机
。
SMTP
->
错误
:未能连
接到
服务器:连接超时(110)
SMTP
错误
:
无法
连
接到<
浏览 2
提问于2014-03-12
得票数 1
1
回答
通过
PhpMailer
发送的
SMTP
电子邮件问题:不接受Helo
php
、
smtp
、
phpmailer
它给我的
错误
是:来自服务器的
SMTP
->:来自服务器的
SMTP
->:
SMTP
->
错误
:未接受来自服务器的身份验证: 477您没有等待提示
SMTP
->
错误
浏览 2
提问于2011-04-23
得票数 0
回答已采纳
3
回答
PHP连
接到
Hotmail发送电子邮件?
php
、
html
、
phpmailer
目前,我正在尝试使用
PHPmailer
发送电子邮件。下面是代码require("
phpmailer
/class.
phpmailer
.php"); $mail->From = $mail->Username; 我在
PHPM
浏览 0
提问于2012-04-27
得票数 2
1
回答
Php邮件程序不起作用
php
、
email
、
openssl
、
phpmailer
我使用Xampp,我想用
phpmailer
发送电子邮件。现在,我得到以下
错误
消息: 2018-03-15 09:02
连
接:打开到
smtp
.gmail.com:465,timeout=300,options=array() 2018-03-15 09:24:02
连
接:打开2018-03-15 09:24:13服务器->客户端: 2018-03-15 09:13
SMTP
通知: EOF在检查是否连接2018-03-15 09:13
连
接时捕获:已关闭的
SMTP<
浏览 2
提问于2018-03-13
得票数 0
2
回答
PHPMailer
与GMail:
SMTP
错误
php
、
smtp
、
phpmailer
我正在使用
PHPMailer
通过GMail发送邮件。我使用的代码是直接从一个教程,它完美地工作在我的笔记本电脑。但是,在Windows 2003 Server上测试它-它似乎总是返回一个SMPT
错误
:
SMTP
错误
:
无法
连
接到
SMTP
主机
。邮件发送
错误
:
SMTP
错误
:
无法
连
接到
SMTP
主机
。下面是我在
PHPMaile
浏览 3
提问于2010-05-19
得票数 4
回答已采纳
1
回答
在drupal 7 MS outlook
SMTP
配置中发送时测试邮件不工作
drupal-7
、
smtp
、
phpmailer
、
smtp-auth
我在Drupal7上安装了
SMTP
身份验证模块。我尝试发送测试邮件时收到以下
错误
:
SMTP
->
错误
:
无法
连
接到
服务器:连接超时(110) 发送电子邮件时出错。将在cron运行时重试:
SMTP
错误
:
无法
连
接到
SMTP
主机
。phpmailerException:
SMTP
错误
:
无法
验证。在
PHPMailer</e
浏览 1
提问于2016-10-17
得票数 0
3
回答
SMTP
错误
:
无法
连
接到
SMTP
主机
。我尝试了在堆栈溢出和githubs上找到的所有结果
php
、
phpmailer
我是php中的新成员,我试图使用
phpmailer
用gmail发送邮件 $mail =新
PHPMailer
(真);尝试{ $mail->SMTPDebug = 2;$mail->isSMTP();$mail->
主机
= '
smtp
.gmail.com';$mail->SMTPAuth = true;$mail->用户名= 'sendermail@gmail.com';$mail->密码= ';$mail->AltBo
浏览 4
提问于2017-10-21
得票数 0
2
回答
PHP邮件程序是在本地
主机
上工作还是这里有一个问题
php
、
phpmailer
或者php mailer不在本地
主机
上工作?use
PHPMailer
\
PHPMailer
\
PHPMailer
;use
PHPMailer
\
PHPMailer
\Exception; require 'src/
P
浏览 9
提问于2022-06-27
得票数 1
1
回答
SMTP
错误
,我不知道为什么
php
、
email
、
gmail
但是有个
错误
的说法, <?php
浏览 5
提问于2017-07-03
得票数 1
回答已采纳
1
回答
PHPMailer
,
SMTP
无法
连
接到
服务器
php
、
email
、
smtp
、
gmail
我使用的是
PHPMailer
。但是当我上传到我的
主机
时,我得到了
错误
SMTP
connect() failed。这是我的代码: require_once('
PHPMailer
_old/class.
phpmailer
.php'); $mail = new
PHPMailer
(true);
浏览 0
提问于2015-07-08
得票数 1
2
回答
Phpmailer
在本地
主机
上工作良好,但在服务器上不工作。
php
、
smtp
、
phpmailer
date_default_timezone_set('Asia/Dubai'); $mail->IsSMTP(); // telling the class to use
浏览 6
提问于2015-03-21
得票数 1
回答已采纳
1
回答
邮件不来自
SMTP
6
、
emails
我已经为drupal配置了
smtp
,如本链接https://www.drupal.org/project/
smtp
中所说,我的
smtp
模块文件夹位于/sites/all/modules/
smtp
中,
phpmailer
但是,在从drupal
SMTP
authentication support发送测试邮件时,我会收到以下
错误
。2015-07-09 14:37:30
连
接:打开
浏览 0
提问于2015-07-09
得票数 1
1
回答
我试图用
PHPmailer
发送电子邮件,但我得到了这个
错误
php
、
windows
、
xampp
、
phpmailer
我知道这个
错误
2020-06-03 21:08:07
连
接:打开ssl://
smtp
.gmail.com:25,timeout=300,options=array() 2020-06-03 21:08:07
连
接失败。C:\xampp\htdocs\Go\vendor\
phpmailer
\
phpmailer
\src\
SMTP
.php
错误
消息:
错误
:1408F10B:SSL routines:ssl3_get_rec
浏览 5
提问于2020-06-03
得票数 1
1
回答
PHPMailer
的
SMTP
错误
php
、
email
、
phpmailer
我收到"
SMTP
错误
:
无法
连
接到
SMTP
主机
“。尝试使用GMAIL
SMTP
和
PHPMailer
发送邮件时出错。 代码在本地环境中运行良好,但在实时(bluehost)服务器中出现
错误
。请帮帮忙
浏览 3
提问于2010-11-15
得票数 4
回答已采纳
2
回答
phpmailer
SMTP
错误
php
、
smtp
、
phpmailer
但它显示
smtp
错误
。我用谷歌搜索过了。但没有找到任何具体的答案。有谁能帮忙找出解决方案吗?
错误
:"
SMTP
错误
:
无法
连
接到
SMTP
主机
。未发送邮件。邮件程序
错误
:
SMTP
错误
:
无法
连
接到
SMTP
host.
SMTP
错误
:
无法<
浏览 1
提问于2011-11-01
得票数 0
3
回答
使用
PHPMailer
发送邮件
php
、
phpmailer
我正在尝试向参加特定subject.Now考试的学生发送包含密码的大量电子邮件,但出现
错误
"
SMTP
错误
:
无法
连
接到
SMTP
主机
。邮件程序
错误
()
SMTP
错误
:
无法
连
接到
SMTP
主机
“。(E_ALL); //date_default_timezone_set(
浏览 4
提问于2013-08-31
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券