10 lines
426 B
Python
10 lines
426 B
Python
|
|
#### email related config ####
|
|
username = 'email@email.com' # send email using this account
|
|
password = 'yourpassword' # your email login passoword
|
|
sender_name = 'ArxivRobot' # the name of your robot
|
|
replyto = 'yourmail@mail.com' # all replay email will be foreward to this email address
|
|
|
|
smtp_ssl_addr = 'smtp.smtp.com'
|
|
# smtp server, only ssl supported. you can support more by editing function send_main in email_sender.py
|