Nodemailer with Office 365
I'm trying to get the nodemailer set up with outlook in office365, however when doing so I'm getting a
connect ECONNREFUSED 146.112.193.27:587
error message. I think this is due to not being able to set the Encryption method. Here are the connection settings required:
4 Replies
Hi @dr.really . We are aware of that problem and we have an issue open in that matter to implement that feature. Apologies for the inconveniences meanwhile.
https://github.com/novuhq/novu/issues/2023
GitHub
Need option to override
tls
configuration · Issue #2023 · novuhq...🔖 Feature description Currently, as per the support Novu has, it only takes a couple of arguments like User, Password, Host, Port, Secure, etc to create the transport. However, while using only the...
Thanks Pablo! I'll subscribe to the ticket and wait for updates 🙂
@dr.really we have just merged this PR (sorry it took so long). Should be available in the next version.
Let us know if that will solve your need.
thanks Pablo!