Unable to connect to SMTP server
问题 I have a server with mail support, say example.com . I configured the server and added MX records via cpanel, so that I can receive and send mails via outlook.com with address myaddr@example.com . The MX records are got from domains.live.com . Now I need to send mail programmatically using PHP using SMTP. I tried PHPmailer using the following script. But it is showing the error Mailer Error: SMTP Connect() failed. (But I can send and receive emails via outlook.com using myaddr@example.com)