Copied to clipboard

Flag this post as spam?

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


  • Henrik Vincent 122 posts 616 karma points
    Jul 29, 2015 @ 09:20
    Henrik Vincent
    0

    Not getting any result when sending via UnoEuro mailserver

    Hi there

    I'm using CRCF on a Umbraco installation on a UnoEuro domain.

    When I send a message the form goes missing but doesn't give any error nor success.

    My macro:

    <umbraco:Macro FileLocation="~/macroScripts/CultivContactForm.cshtml" MailFrom="[email protected]" FormLabelName="Navn:" FormLabelMessage="Besked:" MailSubjectCopyToSender="Kopi af besked sendt til mydomain.dk" MailIntroTextCopyToSender="Denne mail er en kopi af beskeden sendt til mydomain.dk" FormSentConfirmation="SUCCES! - Vi vender tilbage snarest muligt" NameFieldError="Navn skal udfyldes" EmailFieldError="E-mail skal udfyldes" MessageFieldError="Besked skal udfyldes" MailSubject="mydomain kontaktformular" runat="server" />
    

    My webconfig:

    <system.net>
    <mailSettings>
      <smtp from="[email protected]">
        <network host="asmtp.unoeuro.com" userName="[email protected]" password="xxxxxx" port="587" />
      </smtp>
    </mailSettings>
    

    Does anyone used the CRCF on a UnoEuro domain with success?

    Hope you guys can help me out

    Kind regards Henrik Vincent

  • Jonas Nikolajsen 17 posts 103 karma points
    Jul 29, 2015 @ 09:33
    Jonas Nikolajsen
    100

    i just have

            <mailSettings>
            <smtp>
                <network host="smtp.unoeuro.com" />
            </smtp>
        </mailSettings>
    
  • Henrik Vincent 122 posts 616 karma points
    Jul 29, 2015 @ 09:37
    Henrik Vincent
    0

    Awesome!

    Thanks a bunch, Jonas :)

  • Jonas Nikolajsen 17 posts 103 karma points
    Jul 29, 2015 @ 09:39
    Jonas Nikolajsen
    0

    You welcome :)

Please Sign in or register to post replies

Write your reply to:

Draft