Geek-ubaid / mailing-genius

A simple script to send mails using sendgrid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)]

About

A simple script to send mails using sendgrid


Languages

Language:Python 100.0%