Socket
Book a DemoInstallSign in
Socket

tripetto-block-mailer

Package Overview
Dependencies
Maintainers
2
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tripetto-block-mailer

Mailer block for Tripetto.

latest
Source
npmnpm
Version
5.1.0
Version published
Weekly downloads
11
175%
Maintainers
2
Weekly downloads
 
Created
Source

Tripetto

Tripetto is a full-fledged form kit. Rapidly build and run smart flowing forms and surveys. Drop the kit in your codebase and use all of it or just the parts you need. The visual builder is for form building, and the runners are for running those forms in different UI variants. It is entirely extendible and customizable. Anyone can build their own building blocks (e.g., question types) or runner UI's.

Mailer block

Status Styled with prettier Docs Follow us on Twitter

This block for Tripetto is an action block. It sends a fully customizable email after the form is submitted.

Try the demo View the code

Get started

You need to install or import this block to use it in Tripetto. If you are using the CLI version of the builder, you can find instructions here. If you are embedding the builder into your own project using the library, take a look here.

Use cases

  • Directly in your browser (add <script src="https://unpkg.com/tripetto-block-mailer"></script> to your HTML);
  • In the CLI builder (install the block using npm i tripetto-block-mailer -g and update your Tripetto config);
  • In your builder implementation (just add import "tripetto-block-mailer"; to your code);
  • In your runner implementation (simply add import "tripetto-block-mailer/runner"; to your code.

Support

Run into issues or bugs? Report them here and we'll look into them.

For general support contact us at support@tripetto.com. We're more than happy to assist you.

License

Have a blast. MIT.

Contributors

About us

If you want to learn more about Tripetto or contribute in any way, visit us at Tripetto.com.

Keywords

tripetto

FAQs

Package last updated on 22 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts