[Include] SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS
#1

This is an include that can send emails from your server, directly through a GMAIL account. The great advantage of doing this, is that the emails will NEVER end in the SPAM folder, because they are sent from GMAIL servers, and no email provider blocks them. It uses a simple NodeJS script to handle everything. It's super easy to setup.

You can use this, for example to create email confirmations, forgot password, send ban detais via email, send logs or warnings to administrators, etc.

FUNCTIONS

Код:
SendEmail(name[], to[], subject[], text[], bool:isTemplate = false, templateName[] = "default.html")
EXAMPLE

When using the default.html template (avaliable in the repository), this code:

Код:
SendEmail("It's me", "*************@gmail.com", "This is a subject test with template", "PLAYERNAME:bruxo#PADDRESS:127.0.0.1#DREG:08/06/2018", true);
Will generate this email:




Wiki - How to setup and how to use
Github Repository


I'm not a NodeJS expert, the code CAN be optimized, and I will do that when I'm feeling like doing that.
Reply


Messages In This Thread
SAMPMailJS | Send Emails Easily | HTML | Templates | NodeJS - by bruxo00 - 08.06.2018, 14:24
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by zerruv - 08.06.2018, 15:02
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by Verc - 10.06.2018, 10:42
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by ByMatt20030 - 13.06.2018, 10:44
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 13.06.2018, 12:28
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 13.06.2018, 12:36
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by ByMatt20030 - 13.06.2018, 13:27
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by ByMatt20030 - 13.06.2018, 16:17
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 13.06.2018, 19:23
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by ByMatt20030 - 13.06.2018, 19:33
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 13.06.2018, 19:39
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by Verc - 14.06.2018, 16:48
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 14.06.2018, 18:00
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by Verc - 15.06.2018, 10:55
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 15.06.2018, 11:53
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by Verc - 16.06.2018, 07:56
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by cuber - 16.06.2018, 08:24
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 16.06.2018, 10:18
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by Verc - 16.06.2018, 15:20
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 16.06.2018, 23:14
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by Admireal - 17.06.2018, 10:58
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 17.06.2018, 12:23
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by XEGARE - 28.06.2018, 17:00
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 28.06.2018, 23:55
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by Marshas - 13.07.2018, 08:28
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 14.07.2018, 16:07
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by Marshas - 15.07.2018, 09:09
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 31.07.2018, 15:19
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by TMapping - 08.08.2018, 08:49
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by bruxo00 - 09.08.2018, 11:33
Re: SAMPMailJS | Send Emails Easily | HTML |Templates | NodeJS - by Koplan - 09.08.2018, 11:54

Forum Jump:


Users browsing this thread: 2 Guest(s)