Skip to content

Vuelancer/deno-email-smtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Sending Emails using SMTP in Deno


Steps:

  • Clone the repository.
  • create .env file.
  • Add SEND_EMAIL,PWD,RECV_EMAIL values to it.
  • Visit your https://myaccount.google.com if you're using gmail.
  • In Security section, switch on the less secure access

Run the application using the follg. command

$ deno run --allow-read --allow-env --allow-net server.js

  • I have uploaded a tutorial for this project in my youtube channel Vuelancer

https://youtu.be/_1tpxFcpCBI

About

Sending emails using smtp module in deno

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published