Copied to clipboard

Flag this post as spam?

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


  • Nadine Fisch 159 posts 429 karma points
    Feb 19, 2018 @ 10:14
    Nadine Fisch
    0

    Send Email via Umbraco Form

    Hey people,

    I installed Umbraco Forms and want to send an email after submitting a form. I see following error in the log:

    System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions 127.0.0.1:25
    

    The system is running with azure. Maybe there are missing permissions on the web sockets in azure?

    My configsettings:

       <mailSettings>
      <smtp deliveryMethod="Network">
        <network host="127.0.0.1" enableSsl="true" defaultCredentials="true" />
      </smtp>
    </mailSettings>
    

    Can you help me please to solve the problem?

    Thank you,

    Nadine

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Feb 19, 2018 @ 10:38
    Alex Skrypnyk
    0

    Hi Nadine

    You have to define some smtp server for your application? Do you have some external? SendGrid? Gmail?

    /Alex

  • Nadine Fisch 159 posts 429 karma points
    Feb 26, 2018 @ 10:04
    Nadine Fisch
    0

    i use the correct credential for a smtp server, and it is working now, thank you ;)

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Feb 26, 2018 @ 10:34
    Alex Skrypnyk
    0

    You are welcome, Nadine, glad that the topic is solved now!

    Have a great day

Please Sign in or register to post replies

Write your reply to:

Draft