حل مشكلة SPF must allow Google servers to send mail on behalf of your domain
How to resolve SPF configuration to allow Google sending mails?
https://www.rise.company/upload/uplo...7686073291.png
المشكلة :
ظهور خطا عند اختيار الدومين على موقع https://toolbox.googleapps.com
حل المشكلة :اقتباس:
SPF must allow Google to send mail on behalf of the domain
I had a record only authorizing emails to be sent from my specific server IP. Here is my final SPF record that works :
Google SPF documentation helped me : https://support.google.com/a/answer/10685031كود:v=spf1 +mx +a +ip4:xxx.xxx.xxx.xxx include:_spf.google.com ~all
غير الاحمر بـ ip الخاص بك مضاف اليه INCLUDE جوجل
المرجع:
https://serverfault.com/questions/47...-sending-mails
