mail
mail copied to clipboard
AdonisJS Email Provider
I use adonis js version 4.1.0 and @adonisjs/mail version ^3.0.10. I'm not sure why. But I'm sure my email and password are correct which previously email can be used normally....
### 🔗 Linked issue #98 ### ❓ Type of change - [X] 🐞 Bug fix (a non-breaking change that fixes an issue) - [ ] 👌 Enhancement (improving an existing...
### Package version 9.2.1 ### Describe the bug When configuring SES as mailer, environment variables were not properly set. Examples: - AWS_ACCESS_KEY instead of SES_ACCESS_KEY_ID - SES_ACCESS_SECRET instead of SES_SECRET_ACCESS_KEY,...
## Package version 8.1.2 ## Node.js and npm version 16.14.0 ## Issue I've a global middleware of View, and I use this view as a template mail and it works...
### Package version 8.2.1 ### Describe the bug When configuring a new mailer and adding it to MailersList ts does not recognize this new mailer driver as valid MailDriver when...
### ❓ Type of change - [x] 🐞 Bug fix (a non-breaking change that fixes an issue) - [ ] 👌 Enhancement (improving an existing functionality like performance) - [...
### Discussed in https://github.com/orgs/adonisjs/discussions/4715 Originally posted by **JKolanko** September 5, 2024 Hey there, Wondering if there is any way to set a custom timeout value in Adonis mail like you...
### 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`...
### Package version 6.12.1 ### Describe the bug When sending an email using a class email, everything works until trying to follow the [attaching files](https://docs.adonisjs.com/guides/digging-deeper/mail#attaching-files) process. All I get is...
I’ve been using @adonisjs in my app (conectandote.com.uy) for over a year now. Recently, I had to implement a few fixes locally to keep things stable and I’d love to...