Not compatible with gravityform
-
When using gravityforms, if the form is configured to send email, an error is shown when submitting the form:
Undefined property: Wpo\Mail\Mailer::$ErrorInfo
This is caused by this gravityforms line (common.php, line 2315)
$error_info = is_object( $phpmailer ) ? $phpmailer->ErrorInfo : '';
Since wpo replace the php mailer with it’s own class this cause the issue. Maybe the Mailer.php class could define this property?
edit: I aded
public $ErrorInfo;
to the Mailer.php from this plugin and it fixed my issue. It would be great to know if this fix can be implemented.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Not compatible with gravityform’ is closed to new replies.