Copied to clipboard

Flag this post as spam?

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


  • Levente Kosa 136 posts 352 karma points
    Apr 25, 2019 @ 23:42
    Levente Kosa
    0

    SMTP settings with Sendgrid doesn't work for me

    Hi,

    I added my SMTP settings to webconfig provided by SendGrid:

    <system.net>
        <mailSettings>
          <smtp from="something@something.com">
            <network host="smtp.sendgrid.net" password="<password>" userName="apikey" port="587" />
          </smtp>
        </mailSettings>
      </system.net>
    

    I tested with Telnet and it worked, but it doesn't work on my website. Health Check is also complaining about it:

    The SMTP server configured with host 'smtp.sendgrid.net' and port '587' could not be reached. Please check to ensure the SMTP settings in the Web.config file system.net/mailsettings are correct.

    Any advice?

  • Søren Gregersen 441 posts 1884 karma points MVP 2x c-trib
    Apr 26, 2019 @ 03:47
    Søren Gregersen
    0

    Can you do the telnet check on the machine that the site is running on?

  • Levente Kosa 136 posts 352 karma points
    May 03, 2019 @ 14:27
    Levente Kosa
    100

    It seems GoDaddy shared hosting doesn't like 3rd party SMTP services.

  • 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