Skip to main content

Cli tool for send mail over sendgrid

Project description

mail-sendgrid

Travis Release License PyPI

mail-sendgrid --help
Usage: mail-sendgrid [OPTIONS]

  Cli tool for send mail over sendgrid.

Options:
  -f, --from EMAIL         Email address to send from.  [required]
  -t, --to EMAIL/FILE      Email address or file with address, recipient to
                           receive of this email.  [multiple]  [required]
  --cc EMAIL/FILE          Email address or file with address, recipient to
                           receive a copy of this email.  [multiple]
  --bcc EMAIL/FILE         Email address or file with address, recipient to
                           receive a blind carbon copy of this email.
                           [multiple]
  -s, --subject SUBJECT    Email subject.  [required]
  -c, --content TEXT/FILE  Email content, support jinja2 template.  [required]
  -a, --attachment FILE    Email attachment.  [multiple]
  --var KEY VALUE          Jinja2 template variable.  [multiple]
  --variable-yaml FILE     Jinja2 template variables in YAML format.
                           [multiple]
  --nl2br                  Replace all new line with br tag.
  --no-send                Skip send, print rendered content.
  --apikey APIKEY          Sendgrid api key or use env: SENDGRID_API_KEY.
                           [required]
  --version                Show the version and exit.
  -v, --verbosity LVL      Either CRITICAL, ERROR, WARNING, INFO or DEBUG
  --help                   Show this message and exit.

Development

git clone git@github.com:hardwario/mail-sendgrid.git
cd mail-sendgrid
sudo python3 setup.py develop

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

mail-sendgrid-1.1.0.tar.gz (4.8 kB view hashes)

Uploaded Source

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