-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscrap_code.py
More file actions
16 lines (13 loc) · 761 Bytes
/
scrap_code.py
File metadata and controls
16 lines (13 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# send_from = "chipbaseapp@gmail.com"
# password = "chip_basic"
# send_to = user_params["email"]
# subject = "Your output from ChIP-IO"
# text = "Your ChIP-IO query is complete! Here is your download_link: " + url_root + url_for('download_results', query_id=time_string)
# server = 'smtp.gmail.com' # send_from = "ChIPBaseApp@gmail.com"
# password = "chipbase"
# send_mail(send_from, send_to, subject, text, None, None, server, send_from, password)
# print(user_params["email"])
# print("||||||||||||||||||Email Sent")
# send_mail(send_from, send_to, subject, text, zipped_contents, solo_zipped_filename, server, send_from, password)
# print(user_params["email"])
# print("||||||||||||||||||Email Sent")