FormToEmailService
Reliable form service. Everytime your form is submitted, you will receive email.
Install / Use
/learn @mehmetcanfarsak/FormToEmailServiceREADME
Simple Form To Email Service 📨
Reliable form service. Everytime your form is submitted, you will receive email.
Opensource, working and free alternative of MailThis.to
Features and Advantages
- Built in spam protection with built in captcha (provided by PrivateSimpleCaptchaApi)
- Fast form submitting in milliseconds (Thanks to DetaEventQueue)
- Create alias to protect your email from bots.
- Simple usage and quick setup
- Customize your forms to your liking
- Free and Secure (Click to deploy your instance)
- Customize Subject of email (just add
an input with name "subject"to your form) - Saves your time (Don't hassle with servers)
For Demo:
- Go to: https://FormToEmailService.deta.dev
- Username: demo
- Password: demo
📝Test Now With Creating Your Alias
Usage
- Deploy your instance to Deta
- Create alias to your email
- Create your Form however you want.
- Create a form using HTML, a form builder, or use Javascript to generate POST requests that land in your inbox.
- Make sure action attribute is set to
https://FormToEmailService.deta.dev/YourAlias.- Example:
<form action="https://FormToEmailService.deta.dev/YourAlias" method="post">
- Example:
- 🎉 Receive emails whenever your form is submitted.
- You can change credentials, email settings etc in settings FormToEmailServiceSettings database.
Use Cases
- Eliminate backend needs in your static websites (Create a simple html form and post it to this service).
- Use in Contact-Us Forms without complex notification setup
- Can be used in job application forms.
Example Usages
Html Form:
<form action="https://FormToEmailService.deta.dev/YourAlias"
method="POST">
<input type="email" name="email" placeholder="Your email">
<input type="text" name="name" placeholder="Your name">
<input type="text" name="subject" placeholder="Test subject of email">
<textarea name="message" placeholder="Enter your message here"></textarea>
<input type="submit" value="Send">
</form>
Ajax Request:
<script>
$.post('https://FormToEmailService.deta.dev/YourAlias', {
email: 'foo@bar.co',
name: 'John Doe',
subject: 'Test subject of email',
message: 'Test Message'
}).then(function () {
alert('Yuppie Form Submitted Successfully!');
});
</script>
🏄 Also You can deploy this project for free on Deta.Sh Just click the link below 🛠️
Check Api Documantation below: ⬇️
Swagger UI: https://FormToEmailService.deta.dev/docs
💻 Github Page:
Credits
- Captcha verification service made possible by PrivateSimpleCaptchaApi
- 🔍 Check PrivateSimpleCaptchaApi
on https://PrivateSimpleCaptchaApi.deta.dev **
without any limits 😈**
- 🔍 Check PrivateSimpleCaptchaApi
on https://PrivateSimpleCaptchaApi.deta.dev **
without any limits 😈**
- Background jobs made possible by DetaEventQueue
- Form Designs are inspired by https://github.com/burakbb/deta-example
Pages
HomePage

Creating Test Alias

Test Form

Spam Protection Page (Captcha)

Example Email Sent From Form Submission

Related Skills
gh-issues
339.5kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
339.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
339.5kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
tmux
339.5kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.

