I am using Microsoft Exchange (Office 365) as my mail server. When a user submits a form an email is sent to my email account, but it never shows up. It works fine when it's sent to different mails servers (gmail).
Then you'll probably need a custom workflow. You can first test by writing some code that will send the email once that works wrap it up as a workflow (should be easy if you start from the existing ones)
Exchange 365 Email is not sent to account
I am using Microsoft Exchange (Office 365) as my mail server. When a user submits a form an email is sent to my email account, but it never shows up. It works fine when it's sent to different mails servers (gmail).
umbraco 4.7
Contour 1.1.4.1
Thanks!
Comment author was deleted
Anything specific about the office 365 mail server, does it need ssl?
Yes, I believe it requires TLS.
Comment author was deleted
Then you'll need a third party work flow for sending the email: http://our.umbraco.org/projects/developer-tools/contour-contrib
Thanks Tim, unfortunately that did not work. I followed the documentation on sending emails using SSL protected SMTP servers.
Any other thoughts? I appreciate the help!
Comment author was deleted
Then you'll probably need a custom workflow. You can first test by writing some code that will send the email once that works wrap it up as a workflow (should be easy if you start from the existing ones)
Any suggestions on implementation?
Thanks.
is working on a reply...