I am using the Contour Contrib package and am using the Send Email Extended functionality. I am using this as we are using a GMail account as the SMTP relay, and need SSL to be supported.
The issue I have is that the from email address is always appearing as the username specified for the SMTP server as specified in the mailSettings section of web.config even though I have updated the notification email address in the umbracosettings.config file and have specified a different email address in the reply to address.
If I click reply then the email address shown is the correct one that was specified in the reply to field, but as mentioned viewing the email as normal shows the address which was used as the username in the mailSettings section of the web.config file.
Thanks for the reply. I have actually tried it with just the normal Send Email workflow but it is still sending the same email address as specified in the username field of the web.config file.
Gmail From Email Address
I am using the Contour Contrib package and am using the Send Email Extended functionality. I am using this as we are using a GMail account as the SMTP relay, and need SSL to be supported.
The issue I have is that the from email address is always appearing as the username specified for the SMTP server as specified in the mailSettings section of web.config even though I have updated the notification email address in the umbracosettings.config file and have specified a different email address in the reply to address.
If I click reply then the email address shown is the correct one that was specified in the reply to field, but as mentioned viewing the email as normal shows the address which was used as the username in the mailSettings section of the web.config file.
Any ideas?
Comment author was deleted
Hi Graham,
I'm not familiar with the Send Email Extended workflow but it sounds like it might need an update to do what you want, sourcecode is available
http://contourcontrib.codeplex.com/documentation
Hi Tim,
Thanks for the reply. I have actually tried it with just the normal Send Email workflow but it is still sending the same email address as specified in the username field of the web.config file.
Any ideas?
Comment author was deleted
Hmm looking at the code and it should work, did you populate the SenderEmail setting of the workflow ?
I'm having this same issue, any update on this?
Comment author was deleted
@Amir could you share a screenshot of the workflow settings?
is working on a reply...