/developer-forms

Easy ass AJAX contact forms. It's like Formkeep, but free!

Primary LanguagePHP

Developer Forms

Easy ass AJAX contact forms. It's like Formkeep, but free!

Deploy

Required Environment Variables

  • MAILGUN_API_KEY
  • MAILGUN_DOMAIN

How To Use

  1. Submit a JSON POST request to << yourdomain >>/submit with the following fields:
{
	from: 'Full Name',
	to: 'inbox@example.com',
	subject: 'Hello World',
	html: '<html><body>hello world</body></html>',
	text: 'hello world'
}
  1. Done, the email is sent!