In my workflow section of the form I have created, Ive set under "When the form has been Submitted" a rule asking it to Send Email, ive put it my receiver email and a sender email but when I submit any form entries from my site nothing is emailed through.
Your host should be able to provide you with the SMTP server details. Unsure if it will work locally though, depends on their server configuration.
When I develop locally, I like to use papercut, which is a little app that runs in your systray and acts as a mail server. It intercepts emails and allows you to view them (it doesn't actually send them anywhere). This might be what you're looking for when developing locally.
Emailing the form?
In my workflow section of the form I have created, Ive set under "When the form has been Submitted" a rule asking it to Send Email, ive put it my receiver email and a sender email but when I submit any form entries from my site nothing is emailed through.
Have I got the wrong end of the stick here?
Hi Simon,
Sounds like you have the workflow setup correctly. Does your entry show up in the Entries viewer as if it submitted correctly?
If so, have you configured your email server settings in web.config (mailSettings/smtp area)?
If so, can you check the umbracoLog to see if maybe an error was logged while it tried to send the email?
-Tom
Hi yes the entries show up but Ive not confingured the email server settings.
Do you know if there is a guide on this part? Im running the site locally at the moment but will be hosted on a server soon when the sites finished
To configure your email settings, just enter the server info in the web.config here:
Your host should be able to provide you with the SMTP server details. Unsure if it will work locally though, depends on their server configuration.
When I develop locally, I like to use papercut, which is a little app that runs in your systray and acts as a mail server. It intercepts emails and allows you to view them (it doesn't actually send them anywhere). This might be what you're looking for when developing locally.
Hope this helps,
Tom
Great thank you for the reply Tom, oh and papercut worked a treat!
is working on a reply...