Copied to clipboard

Flag this post as spam?

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


  • Nick Lewis 30 posts 138 karma points
    Sep 04, 2016 @ 12:21
    Nick Lewis
    0

    Umbraco and Email

    I am returning to Umbraco after some years and one of the things I am struggling with at the moment is getting the Conctact form to work. You can see it at http://bentley.s1.umbraco.io/contact/ the site is based on uSkinned's "Source" template. If you fill out the form and submit it, you get an error stating:

    There was an error sending your contact details. Failure sending mail.

    So my question is how do you set up this sort of stuff on UaaS? Especially bearing in mind that I am running from just the Live environment for my project at the moment.

    Many thanks,

    Nick Lewis!

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Sep 04, 2016 @ 12:26
    Sebastiaan Janssen
    100

    UaaS doesn't offer SMTP services by default to prevent spammers from signing up and using their trial period to send out large amounts of mail.

    So, currently, it's necessary for you to sign up for a free service like https://www.sparkpost.com/ or https://sendgrid.com/ .

    This will require you to update your web.config file with the new smtp settings however. In order to do so you will need to git clone your site, update the web.config and commit/push the changes.

  • Nick Lewis 30 posts 138 karma points
    Sep 04, 2016 @ 13:46
    Nick Lewis
    0

    That totally makes sense now you mention it! I already have an account with SendGrid and MailGun which could be another option. Thanks for answering this quickly :-)

Please Sign in or register to post replies

Write your reply to:

Draft