Email configuration

0
Hi , In my app i have email notification requirement and i have fetched from and to address from database. When i send email to someone the “From”  address is changed by the address which i used for configuration I debugged and checked for “From” and “To” address those values are exactly same as in  database but when i check in gmail i have different “From” address which i used for configuration can someone help me in this to how to get the actual “From” address.
asked
1 answers
0

Are you using the EmailTemplate module? If you are, are you using IVK_SendEmail? This will use the From in the Settings if a From value hasn’t been set.
 

If you are using the queued email functionality this uses the value from Settings. However, the ReadMe suggests making a customizations module in this case and adding new microflows there if you need different functionality. 


Hope this helps

answered