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
✅ The email is sent if the template is removed
❌ otherwise the following function never errors out or return: this.mailerService.sendMail(mailOptions);
There is any major change between 1.8.1 and 1.9.1 which I'm missing?
Later edit:
With debug: true is shows the following:
[2024-07-09 13:33:19] DEBUG Sending mail using SMTP/6.7.5[client:6.7.5]
[2024-07-09 13:33:19] DEBUG Using 1 plugins for compile
[2024-07-09 13:33:19] DEBUG Using 1 plugins for stream
Much appreciated!
The text was updated successfully, but these errors were encountered:
Describe the bug
After bumping from version 1.8.1 to 1.9.1, the emails are stuck in
sendMail
on local but works in a staging environment.To Reproduce
Steps to reproduce the behavior:
1.8.1
to1.9.1
Expected behavior
The email is sent.
Versions:
Additional context
The config stays the same as on 1.8.1, nothing changed.
✅ The email is sent if the
template
is removed❌ otherwise the following function never errors out or return:
this.mailerService.sendMail(mailOptions);
There is any major change between 1.8.1 and 1.9.1 which I'm missing?
Later edit:
With
debug: true
is shows the following:Much appreciated!
The text was updated successfully, but these errors were encountered: