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
In the powermail documentation the event "SendMailServicePrepareAndSendEvent" ist described as
Change the message object before sending
But trying to use this event in order to change the email's subject seems not to be possible.
After taking a look in the powermail sources, it seems that no data from the event object other than "isAllowedToSend()" ist evaluated or used for the actual sending of the email. So using this event to (as advertised) "Change the message object before sending" is not possible.
So, would it be possible to change powermail's prepareAndSend() function to create the advertised functionality? Maybe my adding a