comparison src/plugins/plugin_misc_account.py @ 870:e030460e065e

plugin misc account: updated the welcome email
author Goffi <goffi@goffi.org>
date Tue, 25 Feb 2014 23:45:50 +0100
parents 1fe00f0c9a91
children 52ee240acc9c
comparison
equal deleted inserted replaced
869:0d1a17375bf5 870:e030460e065e
170 password: %(password)s 170 password: %(password)s
171 171
172 Your Jabber ID (JID) is: %(jid)s 172 Your Jabber ID (JID) is: %(jid)s
173 --- 173 ---
174 174
175 SàT website: http://sat.goffi.org 175 To try with some contacts, you can use the directory: subscribe in your parameters, and use it with the Communication/Search directory menu.
176
177 SàT website: http://www.salut-a-toi.org
176 follow SàT news: http://www.goffi.org 178 follow SàT news: http://www.goffi.org
177 179
178 Any feedback welcome 180 Any feedback welcome
179 181
180 Cheers 182 Cheers
181 Goffi""" % {'login': login, 'password': password, 'jid': "%s@%s" % (login, self.getConfig('new_account_domain'))}).encode('utf-8') 183 SàT team""" % {'login': login, 'password': password, 'jid': "%s@%s" % (login, self.getConfig('new_account_domain'))}).encode('utf-8')
182 msg = MIMEText(body, 'plain', 'UTF-8') 184 msg = MIMEText(body, 'plain', 'UTF-8')
183 msg['Subject'] = 'Libervia account created' 185 msg['Subject'] = 'Libervia account created'
184 msg['From'] = _email_from 186 msg['From'] = _email_from
185 msg['To'] = email 187 msg['To'] = email
186 188