FG42/conf/emacs.d/snippets/django-mode/python-mode/django/sendmail

2 lines
122 B
Plaintext

mail.send_mail("${1:Subject}", "${2:Message}", "${3:from@example.com}", ${4:["to@example.com"]}${5:, fail_silently=True})