anonymous-mailer

Send a message to an email from an anonymous email.

Usage no npm install needed!

<script type="module">
  import anonymousMailer from 'https://cdn.skypack.dev/anonymous-mailer';
</script>

README

anonymous-mailer

Send a message to an email from an anonymous email

Installation

npm

npm i anonymous-mailer

github

git clone https://github.com/XDumpy/anonymous-mailer

Usage

//Requirement Importer
const Anonymous_Mailer = require("anonymous-mailer")

//Main
Anonymous_Mailer.send("test@gmail.com", "Test", "Just a test message that doesn't mean anything.", function(callback){
    console.log(callback)
})

API

send(to, subject, message, callback)

To send a message to an email from an anonymous email.

to

The email where the message will be sent.

subject

The subject of the message.

message

The message.

callback

returns module callback.

License

MIT © XDumpy