mirror of
https://github.com/hastagAB/Awesome-Python-Scripts.git
synced 2024-11-24 04:21:08 +00:00
Corrected to 'receiver_id'
This commit is contained in:
parent
46cc100c5e
commit
ef6e3fa1a3
|
@ -13,7 +13,7 @@ except:
|
||||||
|
|
||||||
user = input("Enter User id\n") #YOUR ID
|
user = input("Enter User id\n") #YOUR ID
|
||||||
Pass_w = input("\nEnter your Password\n") #YOUR Password
|
Pass_w = input("\nEnter your Password\n") #YOUR Password
|
||||||
reciever_id = input("\nEnter reciever id\n") #Reciever ID
|
receiver_id = input("\nEnter reciever id\n") #Reciever ID
|
||||||
msg = input("\nEnter message\n") #message
|
msg = input("\nEnter message\n") #message
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
@ -24,7 +24,7 @@ except:
|
||||||
server.quit()
|
server.quit()
|
||||||
exit()
|
exit()
|
||||||
|
|
||||||
server.sendmail(user, reciever_id, msg)
|
server.sendmail(user, receiver_id, msg)
|
||||||
print("MAIL sent") #confirmation
|
print("MAIL sent") #confirmation
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user