PHPMailer::smtpConnect

Advertisement

Summery Summery

Initiate a connection to an SMTP server.

Syntax Syntax

PHPMailer::smtpConnect( array $options = null )

Description Description

Returns false if the operation failed.

Parameters Parameters

$options

(Optional) An array of options compatible with stream_context_create()

Default value: null

Return Return

(boolean)

Source Source

File: wp-includes/class-phpmailer.php


			

Advertisement

Advertisement

Leave a Reply