You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2008/05/21 09:54:48 UTC

DO NOT REPLY [Bug 45053] New: SMTP-Sampler for JMeter

https://issues.apache.org/bugzilla/show_bug.cgi?id=45053

           Summary: SMTP-Sampler for JMeter
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: michael.tschannen@zhaw.ch
                CC: hauser@acm.org, marc.rennhard@zhaw.ch


Created an attachment (id=21986)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21986)
Source code for JMeter SMTP-Sampler

For a project, we have extended an existing implementation of a JMeter
SMTP-Sampler (initially coded by Luca Maragnani, found at
http://www.beolink.org/index/jmeter-plug-in). The sampler has meanwhile the
following features: 
- SSL / StartTLS / "Plaintext" - sending-support for SMTP
- Multiple recipients, including "To", "CC" and "BCC"
- Multiple attachments
- and more

We furthermore think about an option to be able to send an ".eml"-file via the
sampler, but this could at most be an additional feature for a future version. 

Additionally, we have not implemented any cryptographic functionality by now.
It would certainly be a valuable enhancement to implement e.g. BouncyCastle
X.509 or PGP-support. 

PLEASE NOTE: 
- Do not use this sampler to send mass e-mails!
- Have a look at the license-file (can be found under /src/)


-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 45053] SMTP-Sampler for JMeter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45053





--- Comment #4 from Ralf Hauser <ha...@acm.org>  2008-08-06 05:22:27 PST ---
see also bug 25355


-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 45053] SMTP-Sampler for JMeter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45053





--- Comment #1 from Michael Tschannen <mi...@zhaw.ch>  2008-05-21 01:35:24 PST ---
Please don't get frightened because of the "license-note" above - naturally, we
are developing all our samplers (including this one) under apache license as
all JMeter-parts!


-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 45053] SMTP-Sampler for JMeter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45053





--- Comment #3 from Ralf Hauser <ha...@acm.org>  2008-06-02 06:15:48 PST ---
... and no longer only compiles/runs with java6


-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 45053] SMTP-Sampler for JMeter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45053


Armin Häberling <ha...@privasphere.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #21986|0                           |1
        is obsolete|                            |




--- Comment #2 from Armin Häberling <ha...@privasphere.com>  2008-06-02 06:12:53 PST ---
Created an attachment (id=22055)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22055)
Source code for JMeter SMTP-Sampler (with enhancements)

Some enhancements and fixes for the SMTP-Sampler code:

- adds support for sending eml files
- adds a log of the smtp session to the sampler result
- jmeter.smtpsampler.protocol.SendMailCommand.execute() used PipedInputStreams
in a way that could lead to a deadlock. This was fixed.


-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 45053] SMTP-Sampler for JMeter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45053


Armin Häberling <ha...@privasphere.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |haeberling@privasphere.com




-- 
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: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org