[Pythonjp-checkins] [python-doc-ja] push by songo****@gmail***** - Update to 2.6.6: library/smtplib.rst on 2011-03-09 15:53 GMT

Back to archive index

pytho****@googl***** pytho****@googl*****
2011年 3月 10日 (木) 00:58:39 JST


Revision: 4d524ea348
Author: INADA Naoki  <inada****@klab*****>
Date: Wed Mar  9 07:52:52 2011
Log: Update to 2.6.6: library/smtplib.rst
http://code.google.com/p/python-doc-ja/source/detail?r=4d524ea348

Modified:
  /library/smtplib.rst

=======================================
--- /library/smtplib.rst	Fri May 14 09:02:14 2010
+++ /library/smtplib.rst	Wed Mar  9 07:52:52 2011
@@ -273,7 +273,7 @@
     .. versionchanged:: 2.6

     :exc:`RuntimeError`
-      実行中のPythonインタプリタで、 SSL/TLS サポートが利用できない
+      実行中の Python インタプリタで、 SSL/TLS サポートが利用できない


  .. method:: SMTP.sendmail(from_addr, to_addrs, msg[, mail_options,  
rcpt_options])
@@ -368,3 +368,13 @@
     server.sendmail(fromaddr, toaddrs, msg)
     server.quit()

+
+.. note::
+
+   .. In general, you will want to use the :mod:`email` package's features  
to
+      construct an email message, which you can then convert to a string  
and send
+      via :meth:`sendmail`; see :ref:`email-examples`.
+
+   多くの場合、 :mod:`email` パッケージの機能を使って email メッセージを構 
築し、
+   それを文字列に変換して、 :meth:`sendmail` で送信する、という手順を用いま 
す。
+   :ref:`email-examples` を参照してください。




Pythonjp-checkins メーリングリストの案内
Back to archive index