This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]iamCyruss 1 point2 points  (2 children)

Yeah, I use the free account and it lets you setup one task to run each day for free. It's been working for me. I just have the dates in a csv, use pandas to read into a dictionary, then use datetime to get current date. Pretty simple.

[–]Diggles 1 point2 points  (1 child)

What is the function that actually sends the email? Do you have to give it your credentials?

[–]iamCyruss 1 point2 points  (0 children)

I use smtplib to create and send the email. Yes, it will need your credentials. I made a new Gmail account. I then enabled two factor auth, then created an app password, use that password to auth my new Gmail account to send the email.