Copied to clipboard

Flag this post as spam?

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


  • Kevin 37 posts 57 karma points
    Jul 19, 2011 @ 11:44
    Kevin
    0

    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.

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jul 26, 2011 @ 14:47
    Jan Skovgaard
    0

    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

  • Kevin 37 posts 57 karma points
    Jul 28, 2011 @ 09:21
    Kevin
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft