Unable to test the GMail custom actions

前端 未结 1 719
孤城傲影
孤城傲影 2020-12-11 14:12

I have been trying to test GMail actions for a few days but it does not seem to work. Since I am not registered I use the little piece of Java code below to send an email fr

相关标签:
1条回答
  • 2020-12-11 14:34

    Even test emails need to be signed with DKIM/SPF in order to prevent spoofing, and I'm not sure if there's a way to do that with SMTP.

    If you don't want to use Apps Script, a Google Apps domain (with proper DKIM/SPF configuration) is probably your best bet.

    0 讨论(0)
提交回复
热议问题