dotar/vim/snippets/django/sendmail.snippet

2 lines
122 B
Plaintext
Raw Normal View History

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