我的网站上有一张表格,直到今天仍在运作。现在每当我尝试发送消息时,都会遇到以下错误消息:
Notice: fputs() [function.fputs]: send of 29 bytes failed with errno=32 Broken pipe in /home/m29darr/public_html/quform/lib/class.smtp.php on line 653
Fatal error: Uncaught exception 'phpmailerException' with message 'SMTP Error: Could not connect to SMTP host.' in /home/m29darr/public_html/quform/lib/class.phpmailer.php:1076
Stack trace:
#0 /home/m29darr/public_html/quform/lib/class.phpmailer.php(971): PHPMailer->SmtpConnect()
#1 /home/m29darr/public_html/quform/lib/class.phpmailer.php(845): PHPMailer->SmtpSend('Date: Wed, 25 J...', '--b1_85ace9c961...')
#2 /home/m29darr/public_html/quform/lib/class.phpmailer.php(763): PHPMailer->PostSend()
#3 /home/m29darr/public_html/quform/process.php(390): PHPMailer->Send()
#4 /home/m29darr/public_html/quform/process.php(444): process(Object(Quform), Array)
#5 {main}
thrown in /home/m29darr/public_html/quform/lib/class.phpmailer.php on line 1076
我正在测试我的网站,但是在尝试在表单上发送电子邮件时,我会收到此消息?我不知道如何解决它。我重新上传了原始文件,认为服务器上的旧文件可能会以某种方式损坏,但什么也没做!
任何帮助都非常感激。