$params["auth"] - Whether or not to use SMTP authentication.
$params["auth"] - SMTP 認証を使用するかどうか。 - PEAR
sends the RCPT TO SMTP protocol command Parameter
SMTP プロトコルの RCPT TO コマンドを送信します。 - PEAR
For details of SMTP and ESMTP operation, consult RFC 821 (Simple Mail Transfer Protocol) and RFC 1869(SMTP Service Extensions). SMTPおよびESMTPオペレーションの詳細は、RFC 821 (Simple Mail Transfer Protocol) や RFC 1869(SMTP Service Extensions)を調べてください。 - Python
5.SMTP The final step is setting up nbsmtp the 'No-Brainer SMTP' used to send mail to your SMTP server. 最後のステップは、メールをSMTPサーバに送るために使う'No-BrainerSMTP(非常に簡単なSMTP)'であるnbsmtpのセットアップです。 - Gentoo Linux
Identify yourself to the SMTP server using "HELO".
SMTPサーバに"HELO"コマンドで身元を示します。 - Python
Default is localhost $params["timeout"] - The SMTP connection timeout.
デフォルトは localhostです。 $params["timeout"] - SMTP 接続のタイムアウト。 - PEAR
$params["debug"] - Whether to enable SMTP debug mode or not.
$params["debug"] - SMTPデバッグモードを使用するかどうか。 - PEAR
Code Listing5.1: Adding SMTP support $ nano -w .muttrcset sendmail="/usr/bin/nbsmtp -d isp.net -h smtp.isp.net -f urname@isp.net"
コード表示5.1:SMTPサポートの追加 - Gentoo Linux
Put the SMTP connection in TLS (Transport Layer Security) mode.
TLS(Transport Layer Security)モードでSMTPコネクションを出し、全てのSMTPコマンドは暗号化されます。 - Python
The SMTP provides mechanisms for the transmission of mail.
SMTP は、メール送信の仕組みを提供します。 - PEAR
Attempt to close the connection with the SMTP server.
SMTP サーバとの接続の切断を試みます。 - PEAR
An SMTP instance has the following methods:
SMTPクラスインスタンスは次のメソッドを提供します: - Python
Terminate the SMTP session and close the connection.
SMTPセッションを終了し、コネクションを閉じます。 - Python
host: This is the smtp server you are sending to.
host:これはあなたがメールを送るSMTPサーバーです。 - Gentoo Linux
Introduction and Guide-- Provides an implementation of the SMTP protocol
導入案内--SMTP プロトコルの実装の提供 - PEAR
Code Listing6.1: Setting username and password for SMTP コード表示6.1:SMTPへのユーザー名とパスワードの設定 - Gentoo Linux
SMTP stipulates maximum line length of 1000 characters including CRLF.
SMTP は、CRLF を含む 1000 文字を最大行の長さと規定します。 - PEAR
Base class for all exceptions that include an SMTP error code.These exceptions are generated in some instances when the SMTP server returns an error code. SMTPのエラーコードを含んだ例外のクラスです。 これらの例外はSMTPサーバがエラーコードを返すときに生成されます。 - Python
Ensure to use the correct authentication method for the SMTP server.
その SMTP サーバ用の、正しい認証方法を使用してください。 - PEAR
Written by James Gorham. Having SMTP Authentication in place on your mail server has a number of benefits.
メールサーバ上で SMTP 認証を行うと、多くの利益があります。 - FreeBSD
A baseline network connection handler to handle SMTP, POP, and IMAP style protocol connections
SMTP、POP、およびIMAPスタイルのプロトコル接続を扱うベースライン網接続ハンドラ - コンピューター用語辞典
The next line handles mail to the local Ethernet domain that can be delivered using SMTP.
次の行はメールを SMTPで配送可能なローカルイーサネットドメインへ送ります。 - FreeBSD
Low-level methods corresponding to the standard SMTP/ESMTP commands"HELP", "RSET", "NOOP", "MAIL", "RCPT", and"DATA" are also supported.
下位レベルのメソッドは標準SMTP/ESMTPコマンド"HELP"、 "RSET"、"NOOP"、"MAIL"、"RCPT"、"DATA"に対応しています。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.