Mail plugin - Can I set sendMail timeout?

Is there a way to set a timeout value on sendMail when sending emails?

If the mail server is unavailable, it takes several minutes to timeout. I would like to control the timeout.

Thanks.

You would have to do this by providing a Java property as mail.pop3.timeout. I suggest you google a bit which property exactly needs to be set. Then you can provide that property to the plugin by using the last parameter.

sendMail. Haven’t read that carefully. Then it could be either mail.smtp.connectiontimeout or mail.smtp.timeout…