Gmail Support (GSuite Hosted Email)

Hi,
Is GSuite support available here? Can I send email from my gmail hosted email?

If so how, I can only find articles from 2009!

I’ve added this into the config/config.php file and am sending from this address.

define('PHPMAILERHOST', 'smtp-relay.gmail.com');

$phpmailer_smtpuser = 'sales@mydomain.com';

$phpmailer_smtppassword = 'password';

define("PHPMAILERPORT",'587');

define("PHPMAILER_SECURE",'tls');

$phpmailer_smtpoptions = array(

    'ssl' => array(   

        'verify_peer' => false,

        'verify_peer_name' => false,

        'allow_self_signed' => true

    )

);

This sorted it