Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarin-jacob authored Sep 12, 2022
1 parent 4753951 commit 90db471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qr.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def mail_send(name,ide,cop=1,purchased=1):
'''
try:
#The mail addresses and password
sender_address = '[email protected]'
sender_pass = 'uhjrseukfsxlhnjh'
sender_address = 'xxxxxx'
sender_pass = 'xxxxxxxxx'
receiver_address = ide
# receiver_address = '[email protected]'
#Setup the MIME
Expand Down

0 comments on commit 90db471

Please sign in to comment.