Skip to main content

A small package for sending notification emails

Project description

Notifier

A simple project to send email or text notifications for when another program is done.

Usage

Running the command

notify

Will send an email to the configured addresses

To send another notification that a script or another program is complete, que the notify command

python -c "import antigravity" && notify

Text messages can be sent to phones whose service provider have an SMS Gateway (ie. For Bell, the SMS gateway is txt.bell.ca)

notify -r 6133142234@txt.bell.ca

Installation

pip install notify-altear

Setup

notify configure

The configurable options are:

  • server: the smtp server. For gmail this would be smtp.gmail.com
  • port: the smtp port. For gmail this would be 465
  • username: the username of the account used to send the emails
  • password: the password of the account used to send the emails
  • recipients: comma separated email addresses
  • subject: the notification subject line
  • content: the notification content

License

MIT. Copyright (c) 2019, Andre Telfer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

notifier-altear-0.0.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

notifier_altear-0.0.2-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page