You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having issues connecting nodemailer (ie: mailplugin) to outlook365. Is there a way to get output from the nodemailer connection and sent emails? I have put:
It appears that "devMode:true" must be removed... I did not realize that... have been working on transport layer and I didn't get any heads up. Even just a comment in the vendure-config would be a good idea imo. Will put a simple PR if you'd like.
Thanks for bringing this up. I'll add a warning log if devMode is set to true and a transport is also defined. Hopefully that should save people the confusion.
Having issues connecting nodemailer (ie: mailplugin) to outlook365. Is there a way to get output from the nodemailer connection and sent emails? I have put:
I don't see any logs in npm run dev though. Is there an argument I might be missing? Thanks.
The text was updated successfully, but these errors were encountered: