Django Documentation から send_mail を使用しようとしています:
send_mail('Subject here', 'Here is the message.', 'from@gmail.com',
['to@gmail.com'], fail_silently=False)
私は実際の電子メールアドレスを使用しています。ただし、次のエラーが表示されます。
send_mail() takes exactly 1 non-keyword argument (4 given)
私は何を間違っていますか?ありがとう