Software Alternatives & Reviews

Sending (form-)mails from static websites with Go

Hugo Formspree.io
  1. 1
    Hugo is a general-purpose website framework for generating static web pages.
    Pricing:
    • Open Source
    Even though this worked pretty well, over the years I started to dislike Wordpress. Also with all the needed plugins, the site became horribly slow (4-5 seconds per requests - I’ve never really figured out which plugin caused this slowness). So eventually I decided to replace the Wordpress with a static page generator: Hugo.

    #Static Site Generators #Blogging #Blogging Platform 353 social mentions

  2. Just send your form to our URL and we'll forward it to your email.
    So I had to use JavaScript and some kind of form mailer to send contact form requests. There are 3rd party services like https://formspree.io/ that are specialized on this, but since I don’t wanna invest money just to send forms and I also don’t trust the data privacy of such services (GDPR is a big thing in the EU you know 😉), I decided to write my own little web service for it.

    #Surveys #Form Builder #Forms And Surveys 47 social mentions

Discuss: Sending (form-)mails from static websites with Go

Log in or Post with