All Projects → airform → Airform

airform / Airform

Licence: mit
Functional HTML forms for Front-End Developers.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Airform

Magento2 Gmail Smtp App
Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
Stars: ✭ 281 (-8.47%)
Mutual labels:  smtp, sendgrid, mailchimp, mailgun
wemail
Send Affordable Bulk Email Campaign Through WordPress
Stars: ✭ 19 (-93.81%)
Mutual labels:  mailchimp, mailgun, smtp, sendgrid
Notify
A dead simple Go library for sending notifications to various messaging services.
Stars: ✭ 727 (+136.81%)
Mutual labels:  hacktoberfest, sendgrid, mailgun
mailcoach-support
Questions and support for Mailcoach
Stars: ✭ 32 (-89.58%)
Mutual labels:  mailgun, smtp, sendgrid
go-mail
📧 A cross platform mail driver for GoLang. Featuring Mailgun, Postal, Postmark, SendGrid, SparkPost & SMTP.
Stars: ✭ 169 (-44.95%)
Mutual labels:  mailgun, smtp, sendgrid
Mailcore
Emailing wrapper for Vapor 3 apps
Stars: ✭ 77 (-74.92%)
Mutual labels:  smtp, sendgrid, mailgun
Fluentemail
All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
Stars: ✭ 1,888 (+514.98%)
Mutual labels:  smtp, sendgrid, mailgun
Mailer
A light-weight, modular, message representation and mail delivery framework for Python.
Stars: ✭ 225 (-26.71%)
Mutual labels:  smtp, sendgrid, mailgun
bulk-mail-cli
Do quick, hassle-free email marketing with this small but very powerful tool! 🔥
Stars: ✭ 88 (-71.34%)
Mutual labels:  mailer, mailchimp, mailgun
Log-mailer
Log mailer is a program I made to email log files.
Stars: ✭ 46 (-85.02%)
Mutual labels:  mailer, smtp
Meteor-Mailer
📮 Bulletproof email queue on top of NodeMailer with support of multiple clusters and servers setup
Stars: ✭ 21 (-93.16%)
Mutual labels:  mailer, smtp
email
Aplus Framework Email Library
Stars: ✭ 127 (-58.63%)
Mutual labels:  mailer, smtp
mailer
Simple Email Sending Client for Mailgun & Sendgrid services in crystal
Stars: ✭ 16 (-94.79%)
Mutual labels:  mailgun, sendgrid
mailchimp-mailer
Provides Mailchimp integration for Symfony Mailer
Stars: ✭ 20 (-93.49%)
Mutual labels:  mailer, mailchimp
MailHookBundle
A bundle to catch API webhook from different mail service
Stars: ✭ 36 (-88.27%)
Mutual labels:  mailgun, sendgrid
Docs
User documentation for Knative components.
Stars: ✭ 3,106 (+911.73%)
Mutual labels:  serverless, hacktoberfest
mail
Actively maintained fork of gomail. The best way to send emails in Go.
Stars: ✭ 376 (+22.48%)
Mutual labels:  mailer, smtp
SlmMail
Send mail from Laminas or Mezzio using external mail services.
Stars: ✭ 107 (-65.15%)
Mutual labels:  mailgun, sendgrid
release-notify-action
GitHub Action that triggers e-mails with release notes when these are created
Stars: ✭ 64 (-79.15%)
Mutual labels:  mailer, sendgrid
Stampie
Library for using online Email providers
Stars: ✭ 282 (-8.14%)
Mutual labels:  sendgrid, mailer

Airform - Functional HTML forms for Front-End Developers.

Functional HTML forms for Front-End Developers.

Why it's awesome

What if you could use a service that gives you full control over the form, yet doesn’t require you to use anything on your server? Airform gives you the ability to create functional HTML forms without thinking about servers.

Usage

<form method="post" action="https://airform.io/[email protected]">
  <input type="text" name="name">
  <textarea name="message"></textarea>
  <button>Send</button>
</form>

Quick Tip: The action attribute defines the location URL where the form's collected data should be sent when it is submitted. The method attribute defines which HTTP method to send the data with (should be "post"). All input, select, textarea elements within your form should have a name attribute.

Features

  • No Server Management
  • Automated High Availability
  • Zero-Configuration
  • Safe Ship Mode
  • Unlimited Form Submissions
  • Cross-Platform Support
  • More Productivity
  • Web Standards
  • Open Source

Packages

Contributing

Want to contribute? Follow these recommendations.

License

Designed with ♥ by CJ Patoilo. Released under MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].