Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sending Emails on Autopilot
#1
Hello Python Knights

I would like to build a project,
The features are the following:

I would like to build a project for sending emails using Gmail, on autopilot,

Features are :

1 Sending emails from a Google Sheet or a Csv excel file.
2 Integration with Gmail account.
3 Make a delay of some customizable seconds between emails.
4 Schedule sending emails.
5 Define a maximum of 500 sending emails per day.
6 Insert a column in the email list sheet (Google Sheet, or Csv), defining the statuts of the email, is it sent or failed.


I know I can do that with the Lib SMTP, but I can't customize the Sheets integration and the delay between emails.

Anyone can help?

Thanks
Reply
#2
I have never tried this library, but if you look at the __init__.py file, it does a lot more than initialize and appears to have wrappers for all google sheets commands: https://github.com/openshift-cs/google_sheets_lib
Reply
#3
(Mar-13-2022, 12:50 PM)Larz60+ Wrote: I have never tried this library, but if you look at the __init__.py file, it does a lot more than initialize and appears to have wrappers for all google sheets commands: https://github.com/openshift-cs/google_sheets_lib



Hello

Excuse me but I don't know how to behave with the link you sent me above, How to use it?

I see there is a lot of PY and EXE files, but which one should I discover?

Excuse me but I am new to this coding industry and to GitHub

Thanks
Reply
#4
I have never used it, so I would look for a read the docs document, but that's not the easiest way to go about it.
In retrospect, please ignore my post.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Trying out the parsing/reading of emails from my outlook cubangt 0 6,175 Jan-12-2022, 08:59 PM
Last Post: cubangt
  how to automate sending bulk emails from an excel file or a calc-file apollo 0 2,764 Dec-10-2020, 08:43 PM
Last Post: apollo
  reading shared outlook emails zarize 0 2,452 Mar-03-2020, 01:47 PM
Last Post: zarize
  Python Library for Reading POP Emails? bmccollum 1 3,634 Jan-06-2020, 06:37 PM
Last Post: micseydel
  Read in trades from emails semantina 2 2,110 Nov-06-2019, 06:12 PM
Last Post: semantina
  No output for the code to read emails avani9659 6 4,225 Aug-14-2018, 08:30 AM
Last Post: avani9659
  Put specific emails in an Excel/.csv CaptainBlueballs 0 2,392 Feb-25-2018, 10:32 AM
Last Post: CaptainBlueballs
  Mouse Autopilot jakabgipsz 13 11,621 Nov-14-2016, 10:43 PM
Last Post: nilamo

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020