Skip to main content

Professional email automation with branded HTML templates

Project description

Nox Mail Automaton

A professional Python package for automating branded, professional HTML emails.

Features

  • Branded Templates: Automatically generate responsive HTML emails with your company name and logo.
  • Custom Assets: Easily include images and custom HTML/CSS content.
  • Gmail Ready: Pre-configured for SMTP sending via Gmail.

Installation

pip install .

Usage

from nox_mail_automaton import EmailAutomation

# 1. Initialize the automation
automation = EmailAutomation()

# 2. Generate a professional HTML template
html = automation.generate_html_template(
    company_name="Awesome Corp",
    image_url="https://example.com/logo.png",
    body_content="<p>We are excited to share some updates with you!</p>",
    primary_color="#2563EB"
)

# 3. Send the email
# Note: Use your Gmail 'App Password' for authentication
result = automation.send_email(
    sender_email="your-email@gmail.com",
    password="your-app-password",
    recipient_email="customer@example.com",
    subject="Welcome to Awesome Corp",
    html_content=html
)

print(result)

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

nox_mail_automaton-0.1.0.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nox_mail_automaton-0.1.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file nox_mail_automaton-0.1.0.tar.gz.

File metadata

  • Download URL: nox_mail_automaton-0.1.0.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for nox_mail_automaton-0.1.0.tar.gz
Algorithm Hash digest
SHA256 3f8c5d9e405b44fb27020296331eed9097142c527497a4b08f1ef76658f9010e
MD5 c1413058ef231a15924738b41171ee91
BLAKE2b-256 1ff58099abad976b7dc5cef278f2ffd8f192d7dd63f69f7d18dcb6c1ac9fa0a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for nox_mail_automaton-0.1.0.tar.gz:

Publisher: publish.yml on Duncode-templates/EmailAutomation

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nox_mail_automaton-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for nox_mail_automaton-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a5ef4b3507e2d5bcebd3604e8f9bd75d826d9b8143ed126b60c772285004407b
MD5 2f1d6b4ef725f2cad7a796de849a5f2b
BLAKE2b-256 bdc99cfd559b094512819f5252f622dde2b63f2afdb6c13c73513463ba0c7e5c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nox_mail_automaton-0.1.0-py3-none-any.whl:

Publisher: publish.yml on Duncode-templates/EmailAutomation

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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