Copied to clipboard

Flag this post as spam?

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


  • David Nevin 9 posts 100 karma points
    Jun 15, 2020 @ 20:31
    David Nevin
    0

    SMTP on asphostportal using SmarterMail Web

    Hello, has anyone setup SMTP on asphostportal using SmarterMail Web Client 10.7.4842? Please can you advise what are the correct details for the Umbraco config file?

    <smtp from="[email protected]">
                    <network host=“127.0.0.1" userName=“username” password=“password” />
                </smtp>
    
  • Steve Morgan 1278 posts 4216 karma points c-trib
    Jun 16, 2020 @ 15:03
    Steve Morgan
    100

    According to this: http://faq.asphosthelpdesk.com/article.php?id=82

    You just need:

    <smtp from="[email protected]">
                    <network host="localhost" userName="emailaccount"password=“emailaccountpassword” />
                </smtp>
    

    It suggests you need to create an email account and use those details rather than your primary host login.

    Be very careful with speech marks “ is not the same as " in the webconfig (they are angled if you look carefully)

  • David Nevin 9 posts 100 karma points
    Jun 17, 2020 @ 12:47
    David Nevin
    1

    Hi Steve,

    thanks so much for the replies. What you suggested didn't work exactly, but when I created an additional account, as you suggested, as opposed to the primary, and used mail.mydomain.com as the server it worked.

    Using Localhost gave me an error in the Umbraco health check under services.

    Thanks a million.

  • John Palmer 75 posts 199 karma points
    Jun 17, 2020 @ 05:25
    John Palmer
    0

    Hi David,

    You can contact their support team directly.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies