我目前有一个使用PHPmailer发送电子邮件的网站。我将其托管在1&1.fr,但无法找到信息以实际发送电子邮件。这是我需要的以下信息:
$mail->SMTPDebug = 2; // Enable verbose debug output
$mail->isSMTP(); // Set mailer to use SMTP
$mail->Host = 'smtp1.example.com;smtp2.example.com'; // Specify main and backup SMTP servers
$mail->SMTPAuth = true; // Enable SMTP authentication
$mail->Username = 'user@example.com'; // SMTP username
$mail->Password = 'secret'; // SMTP password
$mail->SMTPSecure = 'tls'; // Enable TLS encryption, `ssl` also accepted
$mail->Port = 587; // TCP port to connect to
在1&1.fr网站上,他们提供以下信息:
在图像中,它们指定多个端口以及一个入口/出口服务器;我应该选择哪些文件并输入我的PHP文件。
我的其余代码工作正常(当我使用000webhost使用我的gmail帐户时,它可以工作)。
任何帮助将不胜感激。
答案 0 :(得分:0)
CheckBox
希望现在更清楚了。