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
Originally posted by tavaresgerson August 17, 2024
Hello developers,
When using Adonis Mail I have been having the following error (already known):
Without the name attribute in the SMTP transport the email does not arrive in the GMail and Yahoo inbox
I add the attribute in Adonis development mode and it works as expected, but when generating the build the attribute does not go to production (even though it is defined in the build/config/mail.js file)
Discussed in https://github.com/orgs/adonisjs/discussions/4696
Originally posted by tavaresgerson August 17, 2024
Hello developers,
When using Adonis Mail I have been having the following error (already known):
name
attribute in the SMTP transport the email does not arrive in the GMail and Yahoo inboxbuild/config/mail.js
file)This problem has already been discussed and resolved here: nodemailer/nodemailer#677 (comment)
I am unable to understand the Mail source code to send a pull request, however I depend on the team.
Thank you very much!
The text was updated successfully, but these errors were encountered: