8 תשובות
הנה יש פה
קישורים מצורפים:
שואל השאלה:
אין לא מצאתי כלום(ואני יודע שיש ספרייה(smtp))
אין לא מצאתי כלום(ואני יודע שיש ספרייה(smtp))
ובכללי אם יש לך שאלות של תוכנה תבדוק בstackoverflow בטוח שאלו את השאלה הזאת ואם לא אז תשאל שם
מה השגיאה
שואל השאלה:
אני לא רואה אתה יכול לשלוח קוד
אני לא רואה אתה יכול לשלוח קוד
יש ספרייה בדוק לזה, תחפש בגוגל
שואל השאלה:
עשיתי לא עבד:
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)
שואל השאלה:
הפפוך בגלל העברית
הפפוך בגלל העברית
באותו הנושא: