Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SMTP modules

example

let smtp = require("smtp");
let mail = new smtp("smtp.gmail.com", "SSL", "example@gmail.com", "password");

mail.to("target@gmail.com");
mail.from("module" /** what's it? */);
mail.setTitle("check to verify code!");
mail.setContent("3461", "text/plain" /** default type */);

mail.send();

About

메신저봇R 이메일 ( SMTP ) 모듈

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages