GithubHelp home page GithubHelp logo

bdcorps / candymail Goto Github PK

View Code? Open in Web Editor NEW
307.0 5.0 22.0 548 KB

Email Automations for Node.js

Home Page: https://candymail.saasbase.dev

License: MIT License

TypeScript 100.00%
email-marketing nodejs automation scheduled-messages typescript

candymail's People

Contributors

bdcorps avatar bhavanau avatar gbaguidi avatar hasebsiddiqui avatar minho-lee avatar omkaragrawal avatar yusadolat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

candymail's Issues

Add unsubscribe option

There should be a Click here to unsubscribe option on every email body. Unsubscribes emails also need to be recorded. This will be for in-memory and after #9 part of the persistence layer.

Use semvar versioning

SEMVAR versioning should be used in the next updates. runAutomation() was changed to runWorkflow() in V13. Since it is a breaking change so it should have been published as a major update.

Contributions

Hey,
Are you open to contributions?
I forked and cloned the repository, but the tests fail on the newly forked repo, can you line out how can I start contributing? I am sure that I can help you with adding different mail providers and some other stuffs.

Do let me know, can contact me on [email protected] or website

Add date-fns

In order to be consistent and easily scalable, might want to consider using date-fns.

Allow for "Bring your own DB"

Currently Candymail uses an internal SQLLite DB to keep track of all the emails to be sent out. For more production use cases, we should have the option to specify an external DB.

The config object might look like:

{
    mail: {
      host: 'smtp.gmail.com',
      port: 465,
      secure: true,
      auth: {
        user: process.env.MAIL_USER,
        pass: process.env.MAIL_PASSWORD,
      },
      tls: {
        rejectUnauthorized: true,
      },
    },
    hosting: { url: process.env.HOSTING_URL },
    db: { url: "SQLITE_URL", reset: true },
    debug: { trace: true },
  }

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.