Commit 9a03e31c by Yvon

deploiement : typo fix

parent b247f412
Pipeline #3142 failed with stage
in 1 minute 5 seconds
......@@ -31,7 +31,7 @@ def run(tp_file,od_file,coop):
od_f = open(od_file,"r")
body = body + "Evolutions d'odoo :\n\n" + od_f.read()
tp_f.close()
body = "\n\nCordialement.\n\n(Ceci est un mail automatique.)"
body = body + "\n\nCordialement.\n\n(Ceci est un mail automatique.)"
msg.set_content(body)
s = smtplib.SMTP('smtp-relay.sendinblue.com', port=587)
s.login("brevo@ksuite-coopdev.fr", ci_secrets.mail_server_password)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment