Private
Public Access
1
0

email processing working on develop

This commit is contained in:
Sander Roosendaal
2017-09-26 19:34:00 +02:00
parent b6d02cb2b6
commit 9e0b38c5a2
3 changed files with 35 additions and 22 deletions

View File

@@ -37,8 +37,10 @@ def send_confirm(u,name,link,options):
message += "Your workout has been added to Rowsandall.com.\n"
message += "Link to workout: "+link+"\n\n"
message += "Best Regards, the Rowsandall Team"
if options:
message += "\n\n"+options
message += "\n\n"+str(options)
email = EmailMessage(subject,message,
'Rowsandall <info@rowsandall.com>',