Stores an error object as the internal PHPMailer error.
Description
See also
Parameters
- $error
-
(WP_Error) (Required) Error object.
Source
File: src/modules/actions/email-notifications.php
public function store_phpmailer_error( $error ) { $this->phpmailer_error = $error; }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |