Skip to main content

A simple email sender utility

Project description

PyCourrier

PyCourrier is a Python package that simplifies composing and sending emails using SMTP. This package allows you to connect to an SMTP server, set up email content (including plain text, HTML, and attachments), specify recipients, and send emails seamlessly.

Features

  • Connect to SMTP servers (supports both SSL and TLS connections).
  • Compose emails with plaintext, HTML, and attachments.
  • Set multiple recipients for each email.
  • Easily send emails to all recipients with a single function call.

Installation

You can install pycourrier using pip:

pip install pycourrier

Usage

Here's a quick guide on how to use MailSender:

from pycourrier import MailSender

# Initialize MailSender with your SMTP server credentials
mailer = MailSender(in_username='your_email@gmail.com', in_password='your_password')

# Set email message content
mailer.set_message(
    in_subject='Hello from MailSender!',
    in_plaintext='This is the plain text content of the email.',
    in_from='your_email@gmail.com',
    in_htmltext='<p>This is the HTML content of the email.</p>',
    attachment="path/to/file"
)

# Add recipients
mailer.set_recipients(['recipient1@example.com', 'recipient2@example.com'])

# Send the email to all recipients
mailer.connect()  # Connect to the SMTP server
mailer.send_all()  # Send the email and disconnect

Constructor Parameters

  • in_username: Your email address used for SMTP login.
  • in_password: Your Generated app password.
  • in_server: Tuple containing the SMTP server address and port (default is Gmail).
  • use_SSL: Boolean indicating whether to use SSL (True) or TLS (False, default) for the connection. Methods
  • set_message: Compose the email message with subject, plaintext, HTML content, and optional attachments.
  • set_recipients: Set the list of email recipients.
  • add_recipient: Add a single recipient to the list of recipients.
  • connect: Connect to the SMTP server.
  • disconnect: Disconnect from the SMTP server.
  • send_all: Send the composed email to all recipients.

Contribution

Contributions to pycourrier are welcome! If you encounter any issues or have suggestions for improvements, please open an issue on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details.

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

PyCourrier-0.1.2.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

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

PyCourrier-0.1.2-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file PyCourrier-0.1.2.tar.gz.

File metadata

  • Download URL: PyCourrier-0.1.2.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for PyCourrier-0.1.2.tar.gz
Algorithm Hash digest
SHA256 7dd320f338171eff92baa9b7664c6dd9d4116f9199ae23d0e1c8f72f0cc1099c
MD5 4cf940f911d587e6652816b6dac281c5
BLAKE2b-256 295781abb94fef084c0a80696f09c4ec8411b4a115c0bb34f2756dfc82bab4ce

See more details on using hashes here.

File details

Details for the file PyCourrier-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: PyCourrier-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.5

File hashes

Hashes for PyCourrier-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 00d4e7ef417e41d0545c59641569bf68b329ed94f5b35030c214f8fe1ef2bbdd
MD5 e27dd6a19065774a6af5f8f5aec00879
BLAKE2b-256 719ead62abd33d40d2020aed4aae6d79495cdd340d9b17247f26ab0a1e0e4f0e

See more details on using hashes here.

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