Dear List,<br><br>Gmail has made some changes so with emails that are not sent from the domain of the email address (eg: an email from <a href="mailto:donald@duck.com">donald@duck.com</a> sent by an SMTP server <a href="http://smtp.alligator.com">smtp.alligator.com</a>) I get warnings such as &quot;This message may not have been sent by: <a href="mailto:donald@duck.com">donald@duck.com</a>&quot;, and/or the sender is displayed as &quot;<a href="mailto:donald@duck.com">donald@duck.com</a> via <a href="http://alligator.com">alligator.com</a>&quot;.<br>

I&#39;ve made some research and all this is because of increasing protection against email spoofing.<br>The solution is to add a so-called SPF (Sender Policy Framework) record to your DNS records. (More info: <a href="http://www.openspf.org/">http://www.openspf.org/</a>) Some ISPs like Godaddy support it with their DNS editor, some others need to add a TXT record manually (in my case something like this: &quot;v=spf1 mx mx:<a href="http://smtp.myisp.net">smtp.myisp.net</a> include:<a href="http://smtp.gmail.com">smtp.gmail.com</a> include:<a href="http://myotherisp.net">myotherisp.net</a> -all&quot;).<br clear="all">

<br>Hope this helps some of you.<br><br>Andras<br>