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
As #407 I also want to be able to send e-mails outside of this built-in method. So I modified the Send-MTMail function to have a 'CreateBodyOnly' switch that basically skips the mail-send and just returns the body it creates.
This way I can re-use the amazing HTML-body you guys have created, and add this into my own way of sending e-mails.
Or another choice would be to just create a separate function to create the body.
So people like me with this need don't have to manually update the module for each version released 😄
The text was updated successfully, but these errors were encountered:
Hi @merill and thanks for the response!
Actually, I already did :) in #539.
I ended up not commenting here about it since it automatically noted that i mentioned this issue in the PR.
Let me know if there's anything I can do better in the PR.
As #407 I also want to be able to send e-mails outside of this built-in method. So I modified the Send-MTMail function to have a 'CreateBodyOnly' switch that basically skips the mail-send and just returns the body it creates.
This way I can re-use the amazing HTML-body you guys have created, and add this into my own way of sending e-mails.
Or another choice would be to just create a separate function to create the body.
So people like me with this need don't have to manually update the module for each version released 😄
The text was updated successfully, but these errors were encountered: