Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Galithil/LIMS2DB
Browse files Browse the repository at this point in the history
  • Loading branch information
Galithil committed Jul 4, 2017
2 parents 154e26e + d5f7444 commit fe63b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mail_resp.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def get_email(fullname):
ctrlmsg['Subject']='[Lims update] Control'
ctrlmsg['From']='Lims_monitor'
ctrlmsg['To'] = operator
s = smtplib.SMTP('smtp.ki.se')
s = smtplib.SMTP('localhost')
s.sendmail('[email protected]', ctrlmsg['To'], ctrlmsg.as_string())
s.quit()

Expand Down

0 comments on commit fe63b7f

Please sign in to comment.