Using Console
Using CLI
gcloud compute firewall-rules list
gcloud compute firewall-rules delete [FIREWALL_RULE_NAME]
Replace [FIREWALL_RULE_NAME] with the name of the firewall rule that allows SMTP traffic.
gcloud compute firewall-rules list
You should no longer see the firewall rule that allows SMTP traffic.
Using Python