Giter Site home page Giter Site logo

waf-mail's Introduction

waf-mail

This is an easy to use module to send e-mails with Wakanda or Node.JS

It is also meant to be a complete advanced SMTP & POP3 client.

Installation

The source for waf-mail is available at GitHub.

waf-mail for NodeJS

Install through NPM (soonly available)

npm install waf-mail

or download ZIP archive.

waf-mail is fully compatible with Node.js versions 0.3.x, 0.4.x and 0.5.x on *nix, and 0.5.x on Windows

waf-mail for Wakanda

Download the ZIP archive and uncompress it in the "Module" folder of the Wakanda Server package.

waf-mail is fully compatible with Wakanda DP2 and upper on Linux, MacOS, & Windows

Note

It should also be available next via CPM (the CommonJS Package Manager) proposed by Krys Zip

Documentation

Little example via createMessage():

var username = 'john.smith'; // enter a valid account here
var password = 'mypwx!2';  // enter a valid password here
var address = 'smtp.4dmail.com'; 
var port = 465;  // SSL port 
var mail = require('waf-mail/mail');
var message = mail.createMessage("[email protected]", "[email protected]", "Test", "Hello World!");
message.send(address , port , true, username, password);

Read the full documentation.

Issues

Report this module bugs, or feature requests in the waf-mail GitHub Issue tracker You can also ask support on the Wakanda Troubleshooting forum and report Wakanda specific bugs in the Wakanda Bug base

License

waf-mail is licensed under MIT license. Basically you can do whatever you want to with it.

waf-mail's People

Contributors

amorgaut avatar gilles-danjou avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.