msg=MIMEText(_("A new report was submitted. To approve click here: %s/moderate/?key=%s\n")%(settings.ROOT_URLor'http://localhost:8001/',actid),_charset="utf-8")
msg=MIMEText("A new report was submitted. To approve click here: %s/moderate/?key=%s\n"%(settings.ROOT_URLor'http://localhost:8001/',actid),_charset="utf-8")
msg=MIMEText(_("Thank you for submitting a new report. To finalize your submission please confirm using your validation key.\nYour verification key is %s/%s%s\nPlease note that reports are moderated, it might take some time before your report appears online. Thank you for your patience.")%(settings.ROOT_URLor'http://localhost:8001/',service,actid),_charset="utf-8")