JMail::useSMTP/1.5
From Joomla! Documentation
JMail::useSMTP
Description
Use SMTP for sending the e-mail.
Description:JMail::useSMTP [Edit Descripton]
public function useSMTP ( $auth=null $host=null $user=null $pass=null $secure=null $port=25 )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $auth | string | null | SMTP Authentication [optional] |
| $host | string | null | SMTP Host [optional] |
| $user | string | null | SMTP Username [optional] |
| $pass | string | null | SMTP Password [optional] |
| $secure | string | null | SMTP Secure ssl,tls [optinal] |
| $port | string | 25 | SMTP Port [optional] |
See also
-
JMail::useSMTP on api.joomla.org
-
JMail source code on JoomlaCode
-
Class JMail
-
Subpackage Mail
- Other versions of JMail::useSMTP
SeeAlso:JMail::useSMTP [Edit See Also]
User contributed notes
<CodeExamplesForm />