mail icon indicating copy to clipboard operation
mail copied to clipboard

Mail failed to SMTP without name attribute

Open thetutlage opened this issue 1 year ago • 1 comments

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):

  1. Without the name attribute in the SMTP transport the email does not arrive in the GMail and Yahoo inbox
  2. 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)

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!

thetutlage avatar Aug 22 '24 04:08 thetutlage

All options for nodemailer SMTP transport should be accepted by the AdonisJS SMTPConfig type

thetutlage avatar Aug 22 '24 04:08 thetutlage

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.

stale[bot] avatar Apr 26 '25 01:04 stale[bot]