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
Relates to #9
While the mail redirection seems to work properly, the information about the replaced recipients is not added to the mailtext.
It looks like the body is rendered multiple times and thus overwrites the added information
I added some debug information to the generateTemplateBody method in FluidMail (in T3 11.5)
Relates to #9
While the mail redirection seems to work properly, the information about the replaced recipients is not added to the mailtext.
It looks like the body is rendered multiple times and thus overwrites the added information
I added some debug information to the generateTemplateBody method in FluidMail (in T3 11.5)
This results in 3 renderings in my local ddev setup with smtp mailer / mailhog, but only the first one is from the xclassed mailer
Seems like Xclassing MailMessage and FluidMail is still required?
The text was updated successfully, but these errors were encountered: