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
Hi,
My email suddenly not working, our site is working properly for the past 3years, but our contact form suddenly not working. I just getting error.
var sent = EmailHelpers.SendEmail(contactEmail, reference, "Enquiry Email");
Hi Jin,
what SMTP provider are you using?
Should be able to find the details in the web.config
<system.net> <mailSettings> <smtp from="[email protected]"> <network host="the-host.com" userName="" password="" /> </smtp> </mailSettings> </system.net>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Email not working
Hi,
My email suddenly not working, our site is working properly for the past 3years, but our contact form suddenly not working. I just getting error.
Hi Jin,
what SMTP provider are you using?
Should be able to find the details in the web.config
is working on a reply...