forked from FG42/FG42
1
0
Fork 0
FG42/conf/emacs.d/snippets/django-mode/python-mode/django/sendmail

2 lines
122 B
Plaintext
Raw Normal View History

2011-12-03 11:30:16 +00:00
mail.send_mail("${1:Subject}", "${2:Message}", "${3:from@example.com}", ${4:["to@example.com"]}${5:, fail_silently=True})