### Eclipse Workspace Patch 1.0 #P jmeterSVN Index: xdocs/usermanual/component_reference.xml =================================================================== --- xdocs/usermanual/component_reference.xml (revision 958997) +++ xdocs/usermanual/component_reference.xml (working copy) @@ -1484,6 +1484,46 @@ Pause / Stop / Stop Now How long to pause for (milliseconds) + + + + +

+The SMTP Sampler can send mail messages using SMTP/SMTPS protocol. +It is possible to set security propocols for the connection (SSL and TLS), as well as user authentication. +If a security protocol is used a verification on the server certificate will occur.

+Two alternatives to handle this verification are available:

+

+

+
+ +Hostname or IP address of the server. See below for use with file protocol. +Port to be used to connect to the server (optional) +The from address that will appear in the e-mail +The destination e-mail address +Blind carbon copy destinations e-mail address +Carbon copy destinations e-mail address +Indicates if the SMTP server requires user authentication +User login name +User login password (N.B. this is stored unencrypted in the test plan) +Indicates that the connection to the SMTP server does not use any security protocol. +Indicates that the connection to the SMTP server must use the SSL protocol. +Indicates that the connection to the SMTP server should attempt to start the TLS protocol. +If the server does not start the TLS protocol the connection will be terminated. +When selected it will accept all certificates independent of the CA. +When selected it will only accept certificates that are locally trusted. +Local file containing the trusted certificates. +The e-mail message subject. +Includes the System.currentTimemilis() in the subject line. +The message body. +Files to be attached to the message. +If set, the .eml file will be sent instead fo the entries in the Subject, Message, and Attached files +Calculates the message size. +Checks if errors occurred during the the mail delivery process. +
^