我想问一下,邮件务器哪块怎么设置:
$g_use_phpMailer = ON; # 使用 PHPMailer 发送邮件
$g_phpMailer_path ='C:/PHP/PHPMailer/'; # PHPMailer 的存放路径
$g_phpMailer_method = 2; # PHPMailer 以 SMTP 方式发送 Email
$g_smtp_host ='smtp.hym.com'; # SMTP 服务器
$g_smtp_username ='aupl'; # 邮箱登录用户名
$g_smtp_password ='aa820307'; # 邮箱登录密码
当用管理员创建用户时提示如下信息
SYSTEM WARNING: fsockopen() [function.fsockopen]: unable to connect to smtp.hym.com:25 (您的主机中的软件放弃了一个已建立的连接。
)
PROBLEMS SENDING MAIL TO:
jialijun@hym.com
Mailer Error: SMTP Error: Could not connect to SMTP host.
请问高手,我应怎样解决?