Mass mail sender with custom tweaks
Project description
A package to make sending mails to multiple people while adding their names to each message automaticly easy. I tested it with Gmail but it might work with some other e-mail service providers. Usage:
from mailez import functions as mz
my_gmail_address = "supercoolemailofsupercoolperson@gmail.com"
my_password = "heyheyheyiamverycool12345"
my_subject = "Asking How The Recipient Is Feeling At The Moment"
my_csv_path = "path/to/csv/file.csv"
my_message = "Dear {name},\nHow are you?"
obj = mz.Mail(my_gmail_address, my_password, my_subject, my_csv_path, my_message)
obj.Send()
The format for CSV file is given below:
email,name
supercoolguy@coolmail.com,Jake Peralta
anothersupercoolguy@mail.com,Joey Tribbiani
supercoolbusinessmail@coolbusiness.com,CoolBusiness LTD.
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
mailez-1.0.5.tar.gz
(2.3 kB
view details)
Built Distribution
File details
Details for the file mailez-1.0.5.tar.gz
.
File metadata
- Download URL: mailez-1.0.5.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a4e1f2f6fe479570d3be3a89d68ff9ba184674e5aefb4052c442a0f1babee3fe |
|
MD5 | bc3ee70061169f0fd4867db77fcb73da |
|
BLAKE2b-256 | 3544582b998a18340b010fbe2a1df512ad23c7959c742b6ea768af264c9db445 |
File details
Details for the file mailez-1.0.5-py3-none-any.whl
.
File metadata
- Download URL: mailez-1.0.5-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 205a06ca287eeed71698723faecdfea345f30e5da93bae31d7d6689cb7b5ed56 |
|
MD5 | cb31d4eb17bd45eb9f93033899a2cbf4 |
|
BLAKE2b-256 | 3eac2bb5988e8312544a116bf4e6172134f19e073fb7db853766ec120a103908 |