I am about to start a side project, it´s a web page for a local business. The features are:
- Home
- About us
- Booking / Ask for a quote
I have already set up a static page with Jekyll for the first two and I wish to keep the page static, with almost zero backend code. That's why I am looking for a way to send an email with just a few lines of code using some external SaaS.
It would be nice if the service has:
- Easy API
- Templates
- Free Tier
Top comments (9)
Formspree.io pretty simple and works with a line of code
Wow...
It blew my mind, wow!
Who are you hosting with? Or is this something local you want to run?
I will share a PHP hosting on hostinet that I already use for other projects.
so just use their mail server am sure it comes free with hosting provider.
Yes, I am using it right now but I want something to create and manage templates easily.
A former colleague used to use Cognito Forms and was quite satisfied. I don’t know if that would fit your needs.
Thank you, I will check.