Skip to content

Meldiron/appwrite-function-contact-email

Repository files navigation

Maizzle Netlify Identity Starter

HTML email templates for Netlify Identity, built with Tailwind CSS in Maizzle.

Installation

First, make sure you have installed the Maizzle CLI globally:

npm install -g @maizzle/cli

Then, scaffold a new project with this Starter:

maizzle new maizzle/starter-netlify-identity

Develop locally:

maizzle serve

Build for production:

maizzle build production

Usage

After doing changes to the script, do the following:

  • npm run mail:build to build email template for production
  • npm run appwrite:build to build appwrite function

To deploy the function to Appwrite, make sure to:

  • Create function, if not created already
  • Create deployment with manual code, providing file appwrite-function.tar-gz and entrypoint src/index.js
  • Define ENV variables from Function readme if not configured already
  • Done 🥳 Now you can execute your function with proper input data (payload)

Documentation

Maizzle documentation is available at https://maizzle.com

About

Appwrite function to send an email from contact form on your website.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors