You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RPArena is the ultimate hub for automation enthusiasts. This repository hosts various projects focused on automating repetitive tasks, making life easier and more efficient. Whether you're looking to automate web interactions, data scraping, or notifications, RPArena has something for you.
Using RPA and Pandas to scrap several sources websites to get different Argentinian exchange rates, acumulate them on a database and send the dataframe, calculated insights and seaborn graphics by automatic mailing to my relatives,
Here in this repository. I have added the notebook for sending the automatic mail when some execution finishes or just to use automatic mailing using python smtplib library. It will send automatic mail to the desired email address in html format or just simple message.
This python script is used to send mails using an SMTP server using SSL Encryption. Though, it can be altered to use non-encrypted ports too as listed in the comments in the script
Got a long list of email recipients? Let's get that sorted. Just feed your connection details, and your subject list in a CSV format, the content and the daemon triggers the emails automatically.