Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mail failed to SMTP without name attribute #102

Open
thetutlage opened this issue Aug 22, 2024 · 1 comment
Open

Mail failed to SMTP without name attribute #102

thetutlage opened this issue Aug 22, 2024 · 1 comment
Assignees

Comments

@thetutlage
Copy link
Member

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

@thetutlage thetutlage transferred this issue from adonisjs/core Aug 22, 2024
@thetutlage thetutlage self-assigned this Aug 22, 2024
@thetutlage
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant