I'm using WP-Mail-SMTP (http://wordpress.org/extend/plugins/wp-mail-smtp).
I want to use this plugin (or another plugin) to send mail from Outlook Web App's SMTP.
I used these setting:
From Email: noreply@xxx.xx
From Name: Noreply
Mailer: Send all WordPress emails via SMTP.
SMTP Host: pod51002.outlook.com
SMTP Port: 587
Authentication: Use TLS encryption.
Username: xxx@xxx.xx
Password: xxx
When I send a test email I recieve this error:
Test Message Sent
The result was:
bool(false)
The full debugging output is shown below:
object(PHPMailer)#6049 (45) {
...long list...
}
The SMTP debugging output is shown below:
SMTP -> ERROR: Failed to connect to server: No route to host (113)
What am I doing wrong???