Posts by Doug • 1 point
1 post
-
0
votes1
answer70
viewsQ: I’m having trouble with the smtplib
The code only works when the subject and message(body) of the email are written in a few letters, I have no idea what it might be. import smtplib import config def send_email(subject, msg): try:…