Email Blocking, Wordpress website

I have hosted website on google cloud, my website is setup in WordPress but facing issue in receiving emails like contact form, any user registration in short all type of emails.

I tried to apply different solutions, after knowing that google cloud block port25 due to security.

I tried to setup txt, mx etc records for different email clients, also activated smtp WordPress plugin

looking forward for proper guidance, how can I properly received my WordPress website info through emails

Hi @A_A

I would recommend you to use Gmail API with WP SMTP plugin.

https://console.cloud.google.com/apis/library/gmail.googleapis.com?project=GCP-PROJECT

https://wordpress.org/plugins/wp-mail-smtp/

Thanks