Skip to content

itsmaty/email-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IN DEVELOPMENT

email-controller will be a simple library to integrate with the email provider of your choice and provide you with a nice api to craft emails in your code

Supported Providers

Example

import { DoubleZeroProvider } from "./providers/double-zero";

const EmailController = new DoubleZeroProvider({
    apikey: 'yourapikey',
    endpoint: 'https://00.yourdomain.com'
})

EmailController.NewEmail()
.From('no-reply@example.com')
.Subject('I am using email-controller')
.HtmlBody('<br>Hello</br>')
.Send('jon.doe@example.com')

About

Provides a nice interface to interact with your email provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published