Skip to main content

Simple SMTP wrapper for Python's SMTP, supports both HTML and text based emails. Now supports attachments!

Project description

Simple SMTP wrapper for Python with basic HTML and text support based on MIME types.

Quickstart

Install simpleemail

pip install simpleemail

Then use it in a project:

from simpleemail import create_email_message, send_email

To send an email you have to first create an email message to send. Note you can use any combination of plain text or HTML when creating a message.

message = create_email_message('Hello','email@address.com','foo@bar.it','World!','<html><head></head><body><h1>World!</h1></body></html>') send_email(message,'smtp.server.com', False)

You can also provide parameters to be replaced when the message is created.:

params = {'name': 'Rick James'}
message = create_email_message('Hello',
                                'email@address.com',
                                'anyone@foobar.com',
                                '[name]!',
                                '<html><head></head><body><h1>[name]!</h1></body></html>',
                                params)

This will substitute the value of Rick James in for the name.

You can also send a single attachment or multiple attachments by choosing:

message = create_email_message('Hello',
                                'email@address.com',
                                'anyone@foobar.com',
                                'Test body',
                                '<html><head></head><body><h1>Test body</h1></body></html>',
                                [],
                                "file.txt",
                                ['file1.txt','file2.pdf'])

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

simpleemail-0.4.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

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

simpleemail-0.4-py3-none-any.whl (4.5 kB view details)

Uploaded Python 3

File details

Details for the file simpleemail-0.4.tar.gz.

File metadata

  • Download URL: simpleemail-0.4.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.3

File hashes

Hashes for simpleemail-0.4.tar.gz
Algorithm Hash digest
SHA256 ea29250814ea54c3509a8df46c89eadb4502a42ac75a4d5e88631ab5deef226b
MD5 676b85c2f1d8c9a5e7bb9d1c206f927f
BLAKE2b-256 402a999e8d77f33309e9d851d3f77c0336a13d5083c70c830d9a9da9a66710ed

See more details on using hashes here.

File details

Details for the file simpleemail-0.4-py3-none-any.whl.

File metadata

  • Download URL: simpleemail-0.4-py3-none-any.whl
  • Upload date:
  • Size: 4.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/54.0.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.3

File hashes

Hashes for simpleemail-0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0a81e5db0bb37daf68f7a0b2ede07773592c2e36438119b21edd5bffe0d2b73a
MD5 3d2c79b5f11ab754658786025c943948
BLAKE2b-256 b7a99a71e34b09c8db13676045846561090edb141f61ef70646b9f740f4061df

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