Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
Hi Nadine
You have to define some smtp server for your application? Do you have some external? SendGrid? Gmail?
/Alex
i use the correct credential for a smtp server, and it is working now, thank you ;)
You are welcome, Nadine, glad that the topic is solved now!
Have a great day
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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:
The system is running with azure. Maybe there are missing permissions on the web sockets in azure?
My configsettings:
Can you help me please to solve the problem?
Thank you,
Nadine
Hi Nadine
You have to define some smtp server for your application? Do you have some external? SendGrid? Gmail?
/Alex
i use the correct credential for a smtp server, and it is working now, thank you ;)
You are welcome, Nadine, glad that the topic is solved now!
Have a great day
is working on a reply...