Skip to content Skip to sidebar Skip to footer
Showing posts with the label Smtplib

Python - Sending Arabic E-mails Using Smtplib

I'm trying to send and email including Arabic and Persian characters, using smtplib. The Follow… Read more Python - Sending Arabic E-mails Using Smtplib

Ssl Error On Raspberry Pi

I recently purchased a Raspberry Pi to run some Python scripts, but when I ported it the function I… Read more Ssl Error On Raspberry Pi

Python Smptlib Email (wrong Subject & Message Field)

Everytime I send an email with this function, it doesn't add the subject and the message to the… Read more Python Smptlib Email (wrong Subject & Message Field)

Python - Connect To Gmail And Send Mail - Error 534 InvalidSecondFactor

i want to include sending notifications mails through gmail in my python code. I followed all the s… Read more Python - Connect To Gmail And Send Mail - Error 534 InvalidSecondFactor