- Create a form on your website with the action attribute set to
https://formaliser.net/send?to=your@emailaddress.com
replacing your@emailaddress.com with your actual email. ensure the method is set to POST, else form data will not be sent and we cannot send.
<form action="https://beta.formaliser.net/send?to=your@emailaddress.com" method="POST">
<input type="text" name="name" placeholder="Name">
<input type="email" name="email" placeholder="Email">
<textarea name="message" placeholder="Message"></textarea>
<button type="submit">Send</button>
</form>
- Thats literally it.
- No frontend code required
- We don't store any data
- No ads
- No tracking
- No cookies
- No bullshit
- Configuration using hidden form fields (e.g rate limiting, email subject, etc)
- Tying emails to domains (e.g. only allowing forms from yourdomain.com to be sent to your email, preventing spam)
- Custom domains
- support for file uploads
- support for multiple recipients
because why bloody not.
premium tiers may be added in the future, but essential features will always be free.
- Framework: Next.js
- Hosting: Vercel
- Mail servers: Resend.com
- CSS: Tailwind CSS
- HTML Emails: react-email
- Mailing library: Nodemailer
Contributions are welcome! Feel free to open an issue or submit a pull request.
If you find any bugs, please open an issue, email us at info@formaliser.net, or if you want to flex, fix it yourself and submit a pull request. whichever you prefer, it will be greatly appreciated.
- Email: info@formaliser.net
- Twitter: created by @t_ub3
- Website: formaliser.net