ihfazhillah / email_smtp_gmail

Send Email Using Gmail from Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

pip install -r requirements.txt

Usage

python email_sender.py --help

Usage: email_sender.py [OPTIONS] SENDER PASSWORD DISPLAY_NAME REPLY_TO TO
                       SUBJECT BODY

Options:
  --cc TEXT
  --bcc TEXT
  -a, --attachment FILENAME
  --help                     Show this message and exit.

Note:

Here is the example how to invoke the script

 python email_sender.py sender@gmail.com "your password" "Your display" reply_to@gmail.com to@email.com "my subject" "this is a hello world string, hello hello hello. hello" -a "/home/home/g1051.png" -a "/home/homefolder/notify-con.png" --attachment "/home/homefolder/2023-01-01_13-38-13.mp4" --cc cc1@gmail.com --cc cc2@gmail.com

About

Send Email Using Gmail from Python


Languages

Language:Python 100.0%