Selamlar,
Mail bilgileri.
import smtplibserver = smtplib.SMTP('pop.yandex.com', 995)#Next, log in to the serverserver.login("kadirbeler12@yandex.com", "12345631a")#Send the mailmsg = "Server Log"server.sendmail("kadirbeler12@yandex.com", "kadirbeler12@yandex.com", msg)