dotar/vim/snippets/django/sendmail.snippet

2 lines
122 B
Plaintext
Raw Normal View History

2011-11-18 05:45:33 +08:00
mail.send_mail("${1:Subject}", "${2:Message}", "${3:from@example.com}", ${4:["to@example.com"]}${5:, fail_silently=True})