/home/vianto5/hidalgoresidences.mx/wp-content/plugins/wp-mail-smtp/src/Providers/SMTP
Edit: /home/vianto5/hidalgoresidences.mx/wp-content/plugins/wp-mail-smtp/src/Providers/SMTP/Mailer.php (627B)
connection_options->get_group( $this->mailer );
// Host and Port are the only really required options.
if (
! empty( $options['host'] ) &&
! empty( $options['port'] )
) {
return true;
}
return false;
}
}