Mail failed to SMTP without name attribute
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):
- Without the
nameattribute 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.jsfile)
This problem has already been discussed and resolved here: https://github.com/nodemailer/nodemailer/issues/677#issuecomment-283037667
I am unable to understand the Mail source code to send a pull request, however I depend on the team.
Thank you very much!
All options for nodemailer SMTP transport should be accepted by the AdonisJS SMTPConfig type
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.