The SMTP settings are configured on the provider in the back office. Looks like we need to make it so if the implementer chooses, the web.config values should be used (so no configuration in the SmtpClient). http://issues.merchello.com/youtrack/issue/M-542
This is an oversight on my part - I typically just have the application send me an email ;-)
Save an email message to a folder
Hi guys,
Everyone knows that if you set the following settings in the Web.config file:
and then you attempt to send mail using SmtpMail, the message will be saved in the folder.
For some reason this does not work on Merchello. There is a chance that the email is not sent, but there is a code:
How can I check that email is formed?
Thanks.
The SMTP settings are configured on the provider in the back office. Looks like we need to make it so if the implementer chooses, the web.config values should be used (so no configuration in the SmtpClient). http://issues.merchello.com/youtrack/issue/M-542
This is an oversight on my part - I typically just have the application send me an email ;-)
Thank you,I will wait for a fix.
is working on a reply...