Results of 1 - 10 of about 11 for EmailMessage (0.012 sec.)
- メールを送信する — Django 4.0.6 ドキュメント 14012
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
he headers will be printed as the first bit of the email message. 次の例は、リクエストの POST データから subject 、 ...
( 'Make sure all fields are entered and valid.' ) EmailMessage クラス ¶ Django の send_mail() と send_mass_mail() ...
関数は EmailMessage クラスを実際に使うための小さなラッパーです。 Email ...
CC の利用、ファイル添付やマルチパートのメールなど) EmailMessage のインスタンスを直接作成する必要があります。 注釈 ...
-
https://man.plustar.jp/django/topics/email.html
- [similar]
- django.core.mail — Django 4.0.6 ドキュメント 10313
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
( DEFAULT_ATTACHMENT_MIME_TYPE , BadHeaderError , EmailMessage , EmailMultiAlternatives , SafeMIMEMultipart , Saf ...
string __all__ = [ "CachedDnsName" , "DNS_NAME" , "EmailMessage" , "EmailMultiAlternatives" , "SafeMIMEText" , "Sa ...
wanting to extend the functionality should use the EmailMessage class directly. """ connection = connection or get ...
wanting to extend the functionality should use the EmailMessage class directly. """ connection = connection or get ...
-
https://man.plustar.jp/django/_modules/django/core/mail.html
- [similar]
- django.core.mail.message — Django 4.0.6 ドキュメント 9264
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
titem__ ( self , name , val ) [ドキュメント] class EmailMessage : """A container for email information.""" content ...
one , reply_to = None , ): """ Initialize a single email message (which can be sent to multiple recipients). """ i ...
send ( self , fail_silently = False ): """Send the email message.""" if not self . recipients (): # Don't bother c ...
message/rfc822, content may be an email.Message or EmailMessage object, as well as a str. """ basetype , subtype = ...
-
https://man.plustar.jp/django/_modules/django/core/mail/message.html
- [similar]
- Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 8304
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
#28038 ). Fixed a crash when using a two-tuple in EmailMessage 's attachments argument ( #28042 ). Fixed QuerySet ...
-
https://man.plustar.jp/django/releases/1.11.1.html
- [similar]
- Django を使う — Django 4.0.6 ドキュメント 8232
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ail_managers() 例 ヘッダインジェクションを防止する EmailMessage クラス メールのバックエンド 開発用にメールを設定す ...
-
https://man.plustar.jp/django/topics/index.html
- [similar]
- Django 1.3 release notes — Django 4.0.6 ドキュメント 8001
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
support easily attaching HTML content to messages. EmailMessage now supports CC's. Error emails now include more o ...
-
https://man.plustar.jp/django/releases/1.3.html
- [similar]
- Django 4.0 release notes — Django 4.0.6 ドキュメント 8001
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ing EmailMultiAlternatives.attach_alternative() or EmailMessage.attach() with an invalid content or mimetype argum ...
-
https://man.plustar.jp/django/releases/4.0.html
- [similar]
- Django 1.11 リリースノート — Django 4.0.6 ドキュメント 7930
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
くローカルタイムゾーンで送信できるようになりました。 EmailMessage.attach() and attach_file() now fall back to MIME t ...
-
https://man.plustar.jp/django/releases/1.11.html
- [similar]
- Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7930
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
timeout parameter with the EMAIL_TIMEOUT setting. EmailMessage and EmailMultiAlternatives now support the reply_t ...
-
https://man.plustar.jp/django/releases/1.8.html
- [similar]
- 索引 — Django 4.0.6 ドキュメント 7859
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
forms のクラス) EmailInput (django.forms のクラス) EmailMessage (django.core.mail のクラス) EmailValidator (django ...
-
https://man.plustar.jp/django/genindex.html
- [similar]