Skip to content

Discord bot that fetches mails and sends notification to channel

Notifications You must be signed in to change notification settings

demtario/mailer-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailer Discord Bot

This bot fetches new mails from your inbox and sends them as a message to your discord channel

Start

Install dependencies

$ npm i

You need to copy and rename example.env to .env, next you need to fill your email credentials, discord bot token and name of text channel you want to display mails

MAIL_EMAIL=YOUR_EMAIL
MAIL_USERNAME=YOUR_EMAIL
MAIL_HOST=YOUR_EMAIL_HOST
MAIL_PASSWORD=YOUR_PASSWORD
DISCORD_TOKEN=YOUR_TOKEN
DISCORD_CHANNEL_NAME=YOUR_CHANNEL_NAME

Then you can simply start your bot by:

$ npm run start

About

Discord bot that fetches mails and sends notification to channel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published