This tutorial demonstrates how to config outlook mail server if using godaddy as the domain provider
This is an example of PHP Laravel config
MAIL_MAILER=smtp
MAIL_HOST=smtp-mail.outlook.com
MAIL_PORT=587
MAIL_USERNAME=[[email protected]]
MAIL_PASSWORD=[emailpassword]
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS=[[email protected]]
NOTE:
Port Number: 587 (With TLS) or 25 (Without TLS/SSL)
Sending Limits: 300 emails or 100 recipients per day.
If using IMAP
Outlook IMAP Settings
Server address: outlook.office365.com
Port number: 993
Encryption method: TLS
1. For outlook settings
- please go to https://admin.exchange.microsoft.com/#/settings
- Mail flow settings
- enable/disable Turn off SMTP AUTH protocol for your organization
- enable/disable Turn on use of legacy TLS clients.
2. For godaddy smtp settings, please checkout
https://www.godaddy.com/help/enable-smtp-authentication-40981
more on:
if you want latest update and find more tips and tricks to build your own business platform, please checkout more articles on https://www.productdeploy.com and https://blog.productdeploy.com