Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 390 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 390 Bytes

Mailing genius

Installation

	git clone https://github.com/Souldiv/mailing-genius.git
	pip install requirements.txt

Sendgrid API

	>>> from sendmails import send_mails
	>>> sm = send_mails("api key")
	>>> sm.send(from, to, subject)

Sengrid CLI

	python sengrid_cli.py --html ['html_path'] --file ['mail_address_file_path] --attach ['path(optional)]