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,
I am using the RunwayContactForm to receive email from my cutomsers. I set up the SMTP server in the web.config like this:
<mailSettings> <smtp from="[email protected]" deliveryMethod="Network"> <network host="mail.holly.arvixe.com" userName="[email protected]" password="********" port="25" defaultCredentials="false" /> </smtp> </mailSettings>
But I never receive an email when I tested my page. Does anyone know how to solve the issue?
Thanks in advance.
Hi Kevin
Have you checked that the e-mail does not end up in the spam folder?
Otherwise try to install the log4net package so you can see the Umbraco error log and see if it gives a usefull hint.
/Jan
Jan, thanks for the reply. I checked but did not receive any email in my spam folder. I will install the log4net package to see any possible message that may help.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
SMTP setting for the RunwayContactForm
Hi,
I am using the RunwayContactForm to receive email from my cutomsers. I set up the SMTP server in the web.config like this:
<mailSettings>
<smtp from="[email protected]" deliveryMethod="Network">
<network host="mail.holly.arvixe.com" userName="[email protected]" password="********" port="25" defaultCredentials="false" />
</smtp>
</mailSettings>
But I never receive an email when I tested my page. Does anyone know how to solve the issue?
Thanks in advance.
Hi Kevin
Have you checked that the e-mail does not end up in the spam folder?
Otherwise try to install the log4net package so you can see the Umbraco error log and see if it gives a usefull hint.
/Jan
Jan, thanks for the reply. I checked but did not receive any email in my spam folder. I will install the log4net package to see any possible message that may help.
is working on a reply...