[gestion/mail] Exemple plus complet en commentaire
This commit is contained in:
parent
eb6116026f
commit
5c9e740f73
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ markup = {
|
|||
|
||||
### For an example:
|
||||
### print generate('bienvenue', {'From':'respbats@crans.org', 'To':'admin@genua.fr', 'lang_info':'English version below'}).as_string()
|
||||
|
||||
### or from a shell : python -c "import mail; print mail.generate('bienvenue', {'From':'respbats@crans.org', 'To':'admin@genua.fr', 'lang_info':'English version below'})"
|
||||
|
||||
def submessage(playload, type, charset='utf-8'):
|
||||
"""Renvois un sous message à mettre dans un message multipart"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue