Send mail to multiple user at once.
Project description
Py Multi-Mailer
Send mail to multiple user at once.
Releases
Requirements
Installation
Install shahr2.pymultimailer with pip
pip install shahr2.pymultimailer
Usage/Examples
from shahr2 import pymultimailer
SENDER = 'sender gmail'
PASSWORD = 'sender app password/gmail password'
SUBJECT = 'subject of mail'
BODY = 'body of mail with {} {} 2 empty braces for first and last name.'
FILE = 'csv file location'
FIRST_NAME = 'first name parameter in csv file'
LAST_NAME = 'last name parameter in csv file'
EMAIL = 'email parameter in csv file'
mail = pymultimailer.input(
SENDER, PASSWORD, SUBJECT, BODY
)
mail.csvData(
FILE, FIRST_NAME, LAST_NAME, EMAIL
)
mail.send()
Authors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file shahr2.pymultimailer-0.0.3.tar.gz.
File metadata
- Download URL: shahr2.pymultimailer-0.0.3.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db569142e70f42b81aad9eb6e5b1f74e3bb7cdf3f32c15fd5ae4051b1762c836
|
|
| MD5 |
4db1fbc9edd5b02f1b6b6044284f5e3a
|
|
| BLAKE2b-256 |
634ec52e470d820362f1e004e21fb2a412227c4494e19bdab3ebcce2e3ed69c5
|
File details
Details for the file shahr2.pymultimailer-0.0.3-py3-none-any.whl.
File metadata
- Download URL: shahr2.pymultimailer-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.27.1 requests-toolbelt/0.9.1 urllib3/1.26.8 tqdm/4.62.3 importlib-metadata/4.11.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2882501d4204ec295f579433b01eb4fddd48baca6bf701cd17ed7c028fd5aa2
|
|
| MD5 |
78a942b18ec8757bfa84dcdc9ffbe09b
|
|
| BLAKE2b-256 |
6ca741980d1659311ee8fd820b0dd5e67f4e508f910ac21034ba81541d98ceae
|