david / djangofr
fork of djangofr
Clone pour éviter les liens cassés mais maintenant le dépôt officiel est sur http://bitbucket.org/djangofr/djangofr/
| commit 42: | e8223232737a |
| parent 41: | b4403e3ab022 |
| branch: | default |
Maj topics/email.txt (rev9637)
20 months ago
Changed (Δ27 bytes):
raw changeset »
docs/topics/email.txt (2 lines added, 2 lines removed)
Up to file-list docs/topics/email.txt:
| … | … | @@ -13,7 +13,7 @@ simple. |
13 |
13 |
|
14 |
14 |
Le code repose dans un seul module : ``django.core.mail``. |
15 |
15 |
|
16 |
.. _smtplib: http:// |
|
16 |
.. _smtplib: http://docs.python.org/library/smtplib.html |
|
17 |
17 |
|
18 |
18 |
Exemple rapide |
19 |
19 |
============== |
| … | … | @@ -61,7 +61,7 @@ Le ``subject``, le ``message``, le ``fro |
61 |
61 |
auprès du serveur SMTP. S'il n'est pas fourni, Djano utilisera la valeur |
62 |
62 |
de ``EMAIL_HOST_PASSWORD``. |
63 |
63 |
|
64 |
.. _documentation de smtplib: http:// |
|
64 |
.. _documentation de smtplib: http://docs.python.org/library/smtplib.html |
|
65 |
65 |
|
66 |
66 |
send_mass_email() |
67 |
67 |
================= |
