email processing working on develop
This commit is contained in:
@@ -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>',
|
||||
|
||||
Reference in New Issue
Block a user