Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • san 1 post 31 karma points
    Apr 16, 2014 @ 13:36
    san
    0

    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.

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Apr 16, 2014 @ 13:56
    Ismail Mayat
    100

    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

Please Sign in or register to post replies

Write your reply to:

Draft