How to create SPF record for many IPs (SPF longer than 255 characters) – Plesk
For example I have an array with this ips and want to create with my code an long spf record: $array_ips = array(); $array_ips[] = "32.16.8.133"; $array_ips[] = "32.16.4.247"; $array_ips[] = "35.16.8.184"; $array_ips[] = "32.16.8.127"; $array_ips[] = "32.16.8.134"; $array_ips[] =…