formcierge_smtp_configured
Action
Since v1.1.0
Fires after SMTP settings have been saved and PHPMailer has been configured with the new credentials.
includes/Core/SMTP.php
Basic Usage
add_action( 'formcierge_smtp_configured', function () {
do_action( 'wp_mail_smtp_after_smtp_config_applied' );
} );