Code Monkey home page Code Monkey logo

monthly_status_email's Introduction

Montly Status email

Apps allowing to send monthly status emails to cloud customers. This is a internal apps.

Editing the messages sent

All the messages sent to the users are located inside lib/Service/MessageProvider.php. To overwrite then for internal usage, you need to create a new class inheriting from the MessageProvider and then overwrite any methods with your own messages.

You can then edit your config.php to tell this app to use your MessageProvider instead.

[
   ...,
   'status-email-message-provider' => '\OCA\MyCustomApp\MyMessageProvider',
]

Mail sending limits

This app will try to spread out as much as possible the amount of mails sent at the same time and will send them per batch each hour with a maximum of 1000 per hour. This limits can be changed with the status-email-max-mail-sent in app config:

php occ config:app:set monthly_status_email status-email-max-mail-sent --value=2500

Sending welcome status emails

By default users will get initial mail when they log in for the first time. This can be disabled through the following switch in config.php:

[
    ...,
    'status-email-send-first-login-mail' => true
]

Licensing

This project is licensed under AGPL-3.0-or-later.

monthly_status_email's People

Contributors

carlschwan avatar juliushaertl avatar tsi-sangramdesai avatar skjnldsv avatar nextcloud-bot avatar tsi-nareshrai avatar tsi-kavitasonawane 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.