8 תשובות
יש ספרייה בדוק לזה, תחפש בגוגל
ובכללי אם יש לך שאלות של תוכנה תבדוק בstackoverflow בטוח שאלו את השאלה הזאת ואם לא אז תשאל שם
שואל השאלה:
אין לא מצאתי כלום(ואני יודע שיש ספרייה(smtp))
אין לא מצאתי כלום(ואני יודע שיש ספרייה(smtp))
הנה יש פה
קישורים מצורפים:
שואל השאלה:
עשיתי לא עבד:
import smtplib
server = 'mail.gmail.com'
user = 'tal****3545'
'password = '***'
recipients = ['ne*********[email protected]']
sender = 'tal***[email protected]'
message = 'היוש'
session = smtplib.smtp(server)
# if your smtp server doesn't need authentications,
# you don't need the following line:
session.login(user, password)
session.sendmail(recipients, sender, message)
עשיתי לא עבד:
import smtplib
server = 'mail.gmail.com'
user = 'tal****3545'
'password = '***'
recipients = ['ne*********[email protected]']
sender = 'tal***[email protected]'
message = 'היוש'
session = smtplib.smtp(server)
# if your smtp server doesn't need authentications,
# you don't need the following line:
session.login(user, password)
session.sendmail(recipients, sender, message)
שואל השאלה:
הפפוך בגלל העברית
הפפוך בגלל העברית
מה השגיאה
שואל השאלה:
אני לא רואה אתה יכול לשלוח קוד
אני לא רואה אתה יכול לשלוח קוד
באותו הנושא: