Static Public Member Functions |
| static | mxconnect ($host=null, $port=null, $tout=null, $name=null, $context=null, $debug=null) |
| static | connect ($host=null, $port=null, $user=null, $pass=null, $vssl=null, $tout=null, $name=null, $context=null, $login=null, $debug=null) |
| static | send ($conn=null, $addrs=null, $mess=null, $from=null, $debug=null) |
| static | disconnect ($conn=null, $debug=null) |
| static | quit ($conn=null, $debug=null) |
| static | helo ($conn=null, $host=null, $debug=null) |
| static | ehlo ($conn=null, $host=null, $debug=null) |
| static | auth ($conn=null, $user=null, $pass=null, $type=null, $debug=null) |
| static | from ($conn=null, $addr=null, $debug=null) |
| static | to ($conn=null, $addr=null, $debug=null) |
| static | data ($conn=null, $mess=null, $debug=null) |
| static | rset ($conn=null, $debug=null) |
| static | recv ($conn=null, $code1=null, $code2=null, $debug=null) |
Definition at line 27 of file SMTP5.php.