Re: [請益] mail 寄不出去
※ 引述《arrack (艾瑞克)》之銘言:
: ※ 引述《frsnic (路人)》之銘言:
: : 板上有很多phpmailer的教學
: : <?php
: : $mail=new PHPMailer();
: : $mail->IsSMTP();
: : $mail->SMTPAuth = true; // enable SMTP authentication
: : $mail->SMTPSecure = "ssl"; // sets the prefix to the servier
: ^^^^^
: : $mail->Host = "smtp.gmail.com"; // sets GMAIL as the SMTP server
: : $mail->Port = 465; // set the SMTP port for the GMAIL server 非25
: ^^^^
: 用phpinfo,找看看openssl有沒有起來
有開
: 沒有的話,就用一般通道的寄送
: 虛擬主機開的EMAIL也可以
: 或是HINET之類的
主機並沒有提供SMTP 只提供POP3
我不是hinet用戶...
: : if(!$mail->Send()) {
: : echo "Mailer Error: " . $mail->ErrorInfo;
: 應該會出現錯誤訊息才是?
這個要去哪裡看 主機用的是vista panel
php的錯誤訊息都不會噴出來... > <
: : } else {
: : echo "
: : 寄信成功!
: : ";
: : }
: : echo $msg."<br>".$header;
: : ?>
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.111.76.71
推
06/18 00:16, , 1F
06/18 00:16, 1F
→
06/18 00:16, , 2F
06/18 00:16, 2F
討論串 (同標題文章)
PHP 近期熱門文章
PTT數位生活區 即時熱門文章