Skip to main content

This script enables sending emails asynchronously from Azure Service Bus. Each bus message contains a sender's email address along with SMTP configurations. The script utilizes its SMTP configuration of the message for sending emails.

Project description

Modulairy Mail Sender

This script enables sending emails asynchronously from Azure Service Bus. Each bus message contains a sender's email address along with SMTP configurations. The script utilizes its SMTP configuration of the message for sending emails.

Parameters (OS Environments)

Name Description
SERVICEBUS_CONNECTION_STR Connection String for your Azure service bus instance
SERVICEBUS_QUEUE_NAME Queue name for email listening.

Model

{
    "sender":"<Your Mail Address>",
    "receiver":"<Recevier Address>",
    "bcc":"<BCC Address>",
    "cc":"<CC Address>",
    "subject":"test",
    "message":"<This is a <strong>TEST</strong> mail.",
    "smtp":{
        "server":"<SMTP Server Host>",
        "port":"<SMTP Server PORT>",
        "username":"<Your Mail Address>",
        "password":"<Your Mail Password>"
    }

}
ma-mail-sender

NOTE: If you send email to multiple addresses, you can join with a comma(,) these mail addresses

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

modulairy-mail-sender-0.0.1.tar.gz (6.9 kB view details)

Uploaded Source

Built Distribution

modulairy_mail_sender-0.0.1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file modulairy-mail-sender-0.0.1.tar.gz.

File metadata

  • Download URL: modulairy-mail-sender-0.0.1.tar.gz
  • Upload date:
  • Size: 6.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.11

File hashes

Hashes for modulairy-mail-sender-0.0.1.tar.gz
Algorithm Hash digest
SHA256 2ddf44805f2cc77ac75827c26f2b17416a7f817d297c045acce9986f8b66d1ba
MD5 9c8b1d4ab1aff73bf38dc968e6815d50
BLAKE2b-256 87527c58a8bac8aa582079bb8dae9708615d17263f8bcf6dc0d769a09413408c

See more details on using hashes here.

File details

Details for the file modulairy_mail_sender-0.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for modulairy_mail_sender-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 715fe2553bb7d700160da432792a01126a912618359b8851cffbef9e9ff5e19b
MD5 963c316e199c349bce0bdd2092cf76eb
BLAKE2b-256 12812c7404388844be70ebddea305563387492a6314bf31f85fe72677bfa10f2

See more details on using hashes here.

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