Home
Softono

Email Message

Open source JavaScript
11
Stars
0
Forks
3
Issues
1
Watchers
1 year
Last Commit

 About Email Message

Use email to send message.

Platforms

Web Self-hosted

Languages

JavaScript

Links

Need Help Installing Email Message?

We provide expert installation service for this software. Our team will install, configure, and secure Email Message on your server. plans start at just $30.

Email Message

View on GitHub

Why create such project?

In multi-projects, I need to send email to notify me the status of the project, e.g., critical error.

It's boring to duplicated implementing the feature to send email, and it's difficult to do it in some platform.

Thus I create this project. It provides the ability to send email, and client could use GET/POST to send mail.

Run the project

  • npm i, of course.
  • Copy config_demo.js to config_.js, and update the content.
  • node lib

Deploy the project

After Run the Project, it's running locally. Of course you want to deploy it in the internet. You need:

  • A server with public IP.
  • (Optional) A domain forward request to the IP.
  • nginx or other similiar server to forward request to 127.0.0.1:PORT.
  • (Optional) forever or other similiar tool to keep the project running.

Usage in the client

Method: GET or POST

Params:

Param Required Means
s or secret true Secret key to use the service. Keep it safe.
t or title true Email title.
c or content false Email content.
to false Send mail to.