Skip to content

Latest commit

 

History

History
31 lines (11 loc) · 433 Bytes

README.md

File metadata and controls

31 lines (11 loc) · 433 Bytes

CertificateMailer

DRAWS TEXT ON THE CENTER LINE OF IMAGE AND SENDS TO THE EMAIL.

  • npm install nodemailer canvas fs nodemon express

-In the env.js file, add your Email and Password.

-Add the certificate template(png) as "cert.png" or edit the source code.

(*NO Frontend. Input Name and email of the receiver while sending POST request as :

{

"name":"Receiver_Name",

"userEmail":"Receiver@gmail.com"

}

)