formcierge_smtp_configured
Action

Since v1.1.0

Fires after SMTP settings have been saved and PHPMailer has been configured with the new credentials.

Defined in
includes/Core/SMTP.php
add_action( 'formcierge_smtp_configured', function () {
    do_action( 'wp_mail_smtp_after_smtp_config_applied' );
} );