Méthode | Description | |
---|---|---|
create ( string $type = 'mail', string $server = null, integer $port = 25, string $user = null, string $pass = null, string $encryption = null ) : Swift_Transport | Create The right transport instance based on some settings |
Méthode | Description | |
---|---|---|
getMailTransport ( ) : Swift_MailTransport | Create a new PHP Mailer Transport instance. | |
getSmtpTransport ( string $server, string $port, string $user, string $pass, string $encryption = null ) : Swift_SmtpTransport | Create a new Smtp Mailer Transport instance. |