We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hotmail和Outlook365有什么区别吗,Hotmail不是改名成了Outlook了吗
The text was updated successfully, but these errors were encountered:
一个是 smtp-mail.outlook.com,一个是 smtp.office365.com
smtp-mail.outlook.com
smtp.office365.com
https://github.com/nodemailer/nodemailer/blob/79b8293ad557d36f066b4675e649dd80362fd45b/lib/well-known/services.json#L101-L106
"Hotmail": { "aliases": ["Outlook", "Outlook.com", "Hotmail.com"], "domains": ["hotmail.com", "outlook.com"], "host": "smtp-mail.outlook.com", "port": 587 },
https://github.com/nodemailer/nodemailer/blob/79b8293ad557d36f066b4675e649dd80362fd45b/lib/well-known/services.json#L188-L192
"Outlook365": { "host": "smtp.office365.com", "port": 587, "secure": false },
Sorry, something went wrong.
No branches or pull requests
Hotmail和Outlook365有什么区别吗,Hotmail不是改名成了Outlook了吗
The text was updated successfully, but these errors were encountered: