Is this running locally or on a webserver? If running locally you can use something like papercut (papercut.codeplex.com) just to make sure email is getting sent. If on server you need to check if smtp server is running then try something like smtpdiag (http://www.vsysad.com/2012/05/testing-smtp-server-on-server-2008-r2/) to diagnose the problem.
Simple Form -Question
Hi,
I’m new in Umbraco CMS . we’re using Simple form packages. we changed “Web.config” file configuration Smtp setting. But not sending email by the user.
I don’t know why! And also I’m certain that my SMTP settings are correct, as well as the notifications/email part of umbracoSettings.config.
<system.net>
<mailSettings>
<smtp>
<network host="127.0.0.1" userName="username" password="password" port="”/>
</smtp>
</mailSettings>
</system.net>
Is there any setting I’m missing..
Please help me on this as its needed urgently.
San,
Is this running locally or on a webserver? If running locally you can use something like papercut (papercut.codeplex.com) just to make sure email is getting sent. If on server you need to check if smtp server is running then try something like smtpdiag (http://www.vsysad.com/2012/05/testing-smtp-server-on-server-2008-r2/) to diagnose the problem.
Regards
Ismail
is working on a reply...