Giter Site home page Giter Site logo

ponfertato / email-notifytg-worker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dishapatel010/email-notifytg-worker

0.0 0.0 0.0 19 KB

Email Worker that sends you notifications on Telegram once emails are received, Gmail also supported.

License: MIT License

JavaScript 100.00%

email-notifytg-worker's Introduction

Email-NotifyTG-Worker

Email Worker that sends you notifications on Telegram once emails are received.

Installation

  1. Fork the repository
  2. Set up the necessary environment variables in wrangler.toml:
    • TOKEN: Telegram bot token (get it from BotFather)
  3. Edit src/index.js email addresses to their corresponding chatIds and forward email ids, and toForward status
      const emailList = [

        { to: "[email protected]", chatId: 5071059420, fMailid: "[email protected]", toForward: false }, //only sends notification as its false

        { to: "[email protected]", chatId: 5071059420, fMailid: "[email protected]", toForward: true }, //sends & forward

        { to: "[email protected]", chatId: 5071059420, fMailid: "[email protected]", toForward: false },

      ];
  1. Set up the necessary environment variables secrets in Settings:
    • CLOUDFLARE_TOKEN: Generate from cloudflare account
  2. Run Deploy to Cloudflare Workersaction

Usage

Once the app is running, it will listen for incoming messages on Telegram and automatically forward any received emails to the specified email address. Additionally, it will send a notification message to the specified Telegram chat with a link to the email content on Spacebin.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Screenshot

  • mails on custom domain at cloudflare -215288_temp

  • mails from gmail.com IMG_20230515_210157_926

email-notifytg-worker's People

Contributors

dishapatel010 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.