「SMTP」を含む例文一覧(221)

1 2 3 4 5 次へ>
  • SMTP method
    SMTP のメソッド - Python
  • 11.13 smtpd -- SMTP Server
    11.13 smtpd -- SMTP サーバ - Python
  • 29.10 SMTP Authentication
    20.9. SMTP 認証 - FreeBSD
  • 11.12.1 SMTP Objects
    11.12.1 SMTP オブジェクト - Python
  • 11.12.2 SMTP Example
    11.12.2 SMTP 使用例 - Python
  • SMTP protocol client.
    SMTP プロトコル クライアント. - Python
  • an SMTP server
    SMTP サーバー《SMTP を用いたメールサーバー》 - 研究社 英和コンピューター用語辞典
  • the name of the backend "mail","smtp", "sendmail"
    バックエンド名"mail"、"smtp"、"sendmail" - PEAR
  • 11.12 smtplib -- SMTP protocol client
    11.12 smtplib -- SMTP プロトコル クライアント - Python
  • 29.7 SMTP with UUCP
    20.7. UUCP とともに SMTP を使う - FreeBSD
  • Protocol definition for SMTP.
    SMTP のプロトコル定義です。 - Python
  • A SMTP instance encapsulates an SMTP connection.
    SMTPインスタンスはSMTPコネクションをカプセル化し、SMTPとESMTPの命令をサポートをします。 - Python
  • Code Listing6.8: Setting up SMTP
    コード表示6.8:SMTPの設定 - Gentoo Linux
  • smtp Sends a mail directly connecting to a smtp server.
    smtp SMTP サーバに直接接続してメールを送信します。 - PEAR
  • Implement a flexible SMTP server
    柔軟性のある SMTP サーバの実装 - Python
  • Sends the RSET SMTP protocol command.
    SMTP プロトコルの RSET コマンドを送信します。 - PEAR
  • Sends the VRFY SMTP protocol command.
    SMTP プロトコルの VRFY コマンドを送信します。 - PEAR
  • Definition of the ESMTPextensions for SMTP.
    SMTP に対する ESMTP 拡張の定義です。 - Python
  • $params["password"]- The password to use for SMTP authentication.
    $params["password"]- SMTP 認証で使用するパスワード。 - PEAR
  • Connect to SMTP server failed.
    SMTP サーバへの接続に失敗しました - PEAR
  • SMTP protocol client (requires sockets).
    SMTP プロトコル クライアント (ソケットが必要です)。 - Python
  • $params["username"]- The username to use for SMTP authentication.
    $params["username"]-SMTP 認証で使用するユーザ名。 - PEAR
  • Attempt to establish a connection with the SMTP server Parameter
    SMTP サーバとの接続を試みます。 - PEAR
  • Sends the SAML FROM SMTP protocol command.
    SMTP プロトコルの SAML FROM コマンドを送信します。 - PEAR
  • Sends the SEND FROM SMTP protocol command.
    SMTP プロトコルの SEND FROM コマンドを送信します。 - PEAR
  • Sends the SOML FROM: SMTP protocol command.
    SMTP プロトコルの SOML FROM: コマンドを送信します。 - PEAR
  • $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
  • Configure external/edge access protocols (SOAP, JMS, SMTP, and others).
    外部 / エッジアクセスプロトコル (SOAP、JMS、SMTP など) を構成する。 - NetBeans
  • 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
1 2 3 4 5 次へ>

例文データの著作権について

  • コンピューター用語辞典
    Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • Gentoo Linux
    Copyright 2001-2010 Gentoo Foundation, Inc.
    The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license.
  • PEAR
    Copyright © 2001 - 2008 by the PEAR Documentation Group.
    This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  • NetBeans
    © 2010, Oracle Corporation and/or its affiliates.
    Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
  • FreeBSD
    Copyright 1994-2010 The FreeBSD Project. All rights reserved. license
  • 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.