我无法使用 iis7 服务器通过 php 代码发送电子邮件。这是我从服务器收到的警告。
Warning: mail(): SMTP server response: 550-(ip-0AD2EFB5) [ip]:50942 is currently not permitted to relay 550 through this server. in C:\inetpub\wwwroot\email\sendemail.php on line 17
and the 17th line is mail($to, $subject, $message, $headers)
有人可以帮我解决这个问题吗?