Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Try using https://www.mail-tester.com/ and use the content that you’d usually send. Another thing google doesn’t like is unsecured mail so make sure you’re using TLS and if you can use S/MIME also. https://support.google.com/mail/answer/6330403?visit_id=1-636398499938248425-4159623148&p=tls&hl=en&rd=1
@Aprexer Thank you for the links! I have tested out the mail-tester and one thing I see is this
The DKIM signature of your message is:
v=1;
a=rsa-sha256;
c=relaxed/relaxed;
d=devplateau.com;
s=dkim;
t=1504280635;
h=from:subject:date:message-id:to:mime-version:content-type:references;
bh=GT315uW3HPyltLAAp/TLyFINyvKGP3ZMVXsBDWiZPFM=;
b=AeZ4Kdd++LOof2eKIJPQeuwk5hUrBsYOEUk7PYMPpxCsfPsQa+mMLcTiWhjs05i7z9TgKopDdtdkwPtyvTINQfqlrZd0h34NVvOrQ2Ysm0w0yDgpUrUTObyKRScb9ljKC88Zhfm/IHfpQN7suw43QilJrCtu0tyvUHnW9NIqfTDgrOGmU96pgwNiyNifykFl5IAk5AS8OxS6r2oXJg5mDmAvqZreZHnvvwVOBqXkUhBcuW21fYP3xW0NLsNrgI3WAQhCfKD8mfbSpM+AUN1qakA9MPQj5eEL8S1VTxqND5iXO+RTQ/ga7SH0r2pLB29bpjf4JU9pA0Ti1pba/QaDyw==
Your public key is:
"v=DKIM1;
k=rsa;
p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWTNxJgA6/OFjDRslE4kAsHOjp2V6aEfl4Sfc2BuwGhx/A/NVym10b6rdGsyCVAvWnYA0IdyuKOU8M9Nb8Am6qN7JnfO1YzVG/KqCKdbsg00Ew/fU7HlQ6mvDLz8pxiCGWE8Xya/HVz55vcLYF8Me3UcnhR4dLWZ5KWIQJUO6vgQIDAQAB"
Key length: 1024bits
Your DKIM signature is not valid
I am confused as to why it does not believe the DKIM signature is valid. Is it because I have somehow set up DKIM wrong?
Another thing google doesn’t like is unsecured mail so make sure you’re using TLS and if you can use S/MIME also.
I see now that when I send html messages, they are not sending with TLS. I am using Let’s Encrypt to give my domain https access. Would I be able to change the postfix settings to be able to use this certificate as well, or is there something that actually needs to go in the header of the email to make gmail see it as encrypted?