PHPMailer::sign

Advertisement

Summery Summery

Set the public and private key files and password for S/MIME signing.

Syntax Syntax

PHPMailer::sign( string $cert_filename, string $key_filename, string $key_pass, string $extracerts_filename = '' )

Parameters Parameters

$cert_filename

(Required)

$key_filename

(Required)

$key_pass

(Required) Password for private key

$extracerts_filename

(Optional) path to chain certificate

Default value: ''

Source Source

File: wp-includes/class-phpmailer.php


			

Advertisement

Advertisement

Leave a Reply