From 96e21ca065615c4ec530d15cde1732b6004a454d Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 13 May 2014 21:12:03 +0200 Subject: Updated email message --- pyaggr3g470r/emails.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyaggr3g470r/emails.py b/pyaggr3g470r/emails.py index 61851f22..e9d3b418 100644 --- a/pyaggr3g470r/emails.py +++ b/pyaggr3g470r/emails.py @@ -67,9 +67,9 @@ def send_email(mfrom, mto, feed, article): # def new_account_notification(user): try: - html = """\n\n[pyAggr3g470r] Account activation\n\n\nYour account has been created. Clink on the following to confirm it:%s\n\n""" % \ + plaintext = """Hello,\n\nYour account has been created. Click on the following link to confirm it:\n%s""" % \ (conf.PLATFORM_URL + 'confirm_account/' + user.activation_key) - plaintext = utils.clear_string(html) + #plaintext = utils.clear_string(html) message = PMMail(api_key = conf.POSTMARK_API_KEY, -- cgit