# HG changeset patch # User Goffi # Date 1393368350 -3600 # Node ID e030460e065ea94de32ca048540d11374e2bb6a1 # Parent 0d1a17375bf5c0e226ac721fc0811eb3adca1b1d plugin misc account: updated the welcome email diff -r 0d1a17375bf5 -r e030460e065e src/plugins/plugin_misc_account.py --- a/src/plugins/plugin_misc_account.py Tue Feb 25 23:03:17 2014 +0100 +++ b/src/plugins/plugin_misc_account.py Tue Feb 25 23:45:50 2014 +0100 @@ -172,13 +172,15 @@ Your Jabber ID (JID) is: %(jid)s --- -SàT website: http://sat.goffi.org +To try with some contacts, you can use the directory: subscribe in your parameters, and use it with the Communication/Search directory menu. + +SàT website: http://www.salut-a-toi.org follow SàT news: http://www.goffi.org Any feedback welcome Cheers -Goffi""" % {'login': login, 'password': password, 'jid': "%s@%s" % (login, self.getConfig('new_account_domain'))}).encode('utf-8') +SàT team""" % {'login': login, 'password': password, 'jid': "%s@%s" % (login, self.getConfig('new_account_domain'))}).encode('utf-8') msg = MIMEText(body, 'plain', 'UTF-8') msg['Subject'] = 'Libervia account created' msg['From'] = _email_from