Bug 56033

Summary: Add Connection timeout and Read timeout to SMTP Sampler
Product: JMeter - Now in Github Reporter: Milamber <milamber>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: Nightly (Please specify date)   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Milamber 2014-01-19 19:06:02 UTC
SMTP Sampler can fail if the smtp server is hangs (connection established but no response).

A solution is to implement Connection timeout and read timeout

https://javamail.java.net/nonav/docs/api/com/sun/mail/smtp/package-summary.html
Comment 1 Milamber 2014-01-19 19:10:28 UTC
URL: http://svn.apache.org/r1559557
Log:
Add Connection timeout and Read timeout to SMTP Sampler 
Bugzilla Id: 56033

Modified:
    jmeter/trunk/docs/images/screenshots/smtp_sampler.png
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/SmtpSampler.java
    jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/gui/SmtpPanel.java
    jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/gui/SmtpSamplerGui.java
    jmeter/trunk/src/protocol/mail/org/apache/jmeter/protocol/smtp/sampler/protocol/SendMailCommand.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/images/screenshots/smtp_sampler.png
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:56 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3301