Closed rlisagor closed 6 years ago
Nevermind, I missed the ReplyToAddresses
parameter on SendEmail()
. This should be pretty easy – I've got some time now and I will see if I can get this working.
Yup that was pretty easy, just 1 line. Developed and tested while on a train to Seattle, what a time to be alive.
Pull request: https://github.com/rlisagor/ahv-council-thing/pull/9
It looks like there is no way to add custom headers with the
SendEmail()
method we're currently using. For that we need to switch toSendRawEmail()
. Bit more work than just adding the header. :(