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...
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.
Continue discussion
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...
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.