Hi,
I have configured a transactional email template and have set the sender (FROM property) from one of various identities I configured previously.
Say, I have these two identities:
Initially I configured the email template using first@mycompany.com as the sender (FROM property) and everything works correctly. I send emails using this template programmatically.
Now I want to change to second@mycompany.com, I made the changes and it still sends messages using first@mycompany.com.
When I send test emails using the “Send test..” option from the “Actions” menu it works as expected. But when I send actual emails programmatically it doesn’t take the newly set identity.
Thanks in advance for any help