I have a Google Cloud Function.The function is written in Node.js.And I need an SMTP server to send emails from my function.
In this documentation https://cloud.google.com/compute/docs/tutorials/sending-mail, Google says that I can use my G Suite account to set up SMTP relay.
So, can I use this SMTP relay as a regular SMTP server in my Google Cloud Function?Maybe there are better options than G Suite?