How to setup - diogomartino/SAMPMailJS GitHub Wiki
HOW TO SETUP
sampmail.js
If you are using GMAIL SMTP server, rename the config.json.gmail to config.json. If you are using another type of SMTP server, rename the config.json.custom to config.json. Edit the config files with your credentials. If you don't know your GMAIL credentials, click here. If you are using any other kind of SMTP server, please make sure you add the right auth settings in the config file.
-
machineIp: normally your external IP. If you are using in the localhost, use your internal IP. 127.0.0.1 will not work for other computers, even if they are in the same local network.
-
listenPort: the port that the script will be listening to.
-
httpPassword: must be the same as SAMPMAILJS_PASSWORD on the include.
-
httpPassword: when set to true, it prints additional info in the console.
To start the script, navigate to the folder it is in and do node sampmail.js.
sampmailjs.inc
-
SAMPMAILJS_URL: The IP/Hostname:PORT if your NodeJS script.
-
SAMPMAILJS_PASSWORD: Make sure it is the same as your .js script.
-
SAMPMAILJS_CONSOLELOG: When set to 1, it will log some informations on your server console.
-
SAMPMAILJS_MAXPOSTDATA: The cell size of the variable that holds the email information that will be sent to the script. It really depends on your use. If you are only using templates and sending a low char count email, you can lower this number. If you are sending big emails, you will need to set it higher, however, it's not recommended to use more than 2048. Use templates to optimize your emails.
strlib.inc
Make sure you have strlib.inc installed. You can download it from here.
NodeJS Packages Dependencies
With NodeJS installed, open the command line, navigate to the .js directory and run:
npm install