Search for connect
Search API
- Search FlightPath 4.x for connect
- Search FlightPath 6.x for connect
- Search FlightPath 7.x for connect
Name | Type | Location | Description |
---|---|---|---|
SMTP:: |
function |
inc/ |
Connect to an SMTP server. |
POP3:: |
function |
inc/ |
Connect to a POP3 server. |
SMTP:: |
function |
inc/ |
Check connection state. |
POP3:: |
property |
inc/ |
Are we connected? |
POP3:: |
function |
inc/ |
Disconnect from the POP3 server. |
SMTP:: |
constant |
inc/ |
Debug level to show connection status, client -> server and server -> client messages. |
PHPMailer:: |
function |
inc/ |
Initiate a connection to an SMTP server. Returns false if the operation failed. |