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
this is my config, according to the code here the issues is, that templateAdapter is undefined (which is suiting my config, but in my understanding should not change that preview works. I guess the preview part should be moved out of this condition or be included in an else block
Describe the bug
Setting up
preview: { open: true, }
On the mailer module configuration doesn't open the browser showing the template.
Expected behavior
Mail is displayed on the browser.
Screenshots
This is how I'm calling the sendMail function:
Desktop:
Additional context
It was my understanding that if the preview: true was set up, the mail would not be sent, is this the case?
The text was updated successfully, but these errors were encountered: