好的,我在互联网上搜索了答案 - 遗憾的是无济于事。我正在尝试使用 PHP mail() 函数发送邮件,以便会员可以点击链接进行注册。它适用于 Gmail、Yahoo!,但不适用于 Hotmail。请帮帮我!!!
<?php
$headers .= 'To: <kenny.XXX@hotmail.com>' . "\r\n";
$headers .= 'From: <XXX@srv30.000webhost.com>' . "\r\n";
$headers .= 'Cc: XXX@srv30.000webhost.com' . "\r\n";
$headers .= 'Bcc: XXX@srv30.000webhost.com' . "\r\n";
$text="hello";
$text = str_replace("\n.", "\n..", $text);
mail('Kenny Worden:<kenny.XXX@hotmail.com>','Leos Realm account verification!',$text,$headers);
?>
如果这对任何人有帮助:
SMTP:本地主机(srv30.000webhost.com)
SMTP 端口:25