https://issues.apache.org/bugzilla/show_bug.cgi?id=49862
Summary: Improve the output of the SMTPSampler
Product: JMeter
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
The patch attached improves the output generated by the SMTP Sampler.
During tests I found it very handy to have a more detailed information about
the message sent to the server.
So far I only tested it with messages that contain a message body and do not
contain an attachment. The output looks like:
------------ Message Headers ------------
Message-Id: <689649240.25.1283425759858.javamail.more...@pandora>
MIME-Version: 1.0
Sensitivity: company-confidential
From: [email protected]
Reply-to: [email protected]
To: [email protected]
------------ Message Content ------------
Content-Type: multipart/mixed;
boundary="----=_Part_24_1513386444.1283425759857"
Content-Transfer-Encoding: 7bit
ContentType = text/plain; charset=us-ascii
The message text comes in here
blah blah blah
blah blah blah
blah blah blah
and ends here
Request Headers:
I don't know why the "Request Headers:" keeps showing but it is independent
from my code.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]