wak-email:Wakanda电子邮件模块

时间:2021-05-12 18:26:48
【文件属性】:
文件名称:wak-email:Wakanda电子邮件模块
文件大小:13KB
文件格式:ZIP
更新时间:2021-05-12 18:26:48
JavaScript Wakanda电子邮件模块 Wakanda模块,用于简单的电子邮件处理 发送电子邮件示例 var emailModule = require ( 'email' ) ; var email = new emailModule . Mail ( { address : 'smtp.gmail.com' , port : 465 , isSSL : true , user : 'user' , password : 'password' } ) ; // connect to mailserver email . connect ( ) ; // send email email . send ( { from : 'sender@email.com' , to : 'receipent@email.com' , subject
【文件预览】:
wak-email-master
----POP3.js(14KB)
----LICENSE(1KB)
----index.js(11KB)
----pop3Client.js(20KB)
----README.md(937B)

网友评论