Skip to main content

gmail sending lib

Project description

mail-sending-program 0.1.2

a program that makes it easy to send emails with python

install

pip install mail-sending-program

uninstall

pip uninstall mail-sending-program

examples:

1 sending html to one person:

import gmail_sender as g 
g.send_html_gmail_to_one(email_name,password_for_gmail , to, subject, content_html)

2 sending regular gmail to a person:

import gmail_sender as g 
g.send_gmail_to_one(email_name,password_for_gmail , to, subject, content)

3 send html gmail to many people:

import gmail_sender as g 
send_html_gmail_to_people_in_list(email_name,password_for_gmail , to(list), subject, content_html)

4 send regular gmail to many people:

import gmail_sender as g 
g.send_gmail_to_people_in_list(email_name,password_for_gmail , to(list), subject, content)

5 send random letters with caps lock to someone:

import gmail_sender as g 
g.send_random_message_no_word_meaning_caps_lock(email_name,password_for_gmail , to, subject, how many letters)

6 send random lower case letters someone:

import gmail_sender as g 
g.send_random_message_no_word_meaning_lower_case(email_name,password_for_gmail , to, subject, how many letters)

updates

0.1.3

you will be able to:

  1. send gmails to multipule people with random no mening letters

  2. send gmail to people with a random meaning

update coming in 20.6.2021

to my gethub click here

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

mail sending program-0.1.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

mail_sending_program-0.1.2-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page