public final class Smtps extends Object implements Wire
This is how you're supposed to use it:
Postman postman = new Postman.Default(
new SMTPS(
new Token("user", "password").access(
new Protocol.SMTPS("smtp.gmail.com", 587)
)
)
);
public Smtps(Session session)
session - Session.public Transport connect() throws IOException
Wireconnect in interface WireIOException - If failsCopyright © 2012–2017 jcabi.com. All rights reserved.