Hello.
I've tested sending emails to popular webmails like gmail and hotmail successfully.
The problem is with yahoo. All mails are delivered to SPAM folder.
These are some of my class.phpmailer vars where the mails are sent from
var $From = "admin@domain.com";
var $FromName = "ME";
var $Mailer = "sendmail";
var $Sendmail = "/usr/sbin/sendmail [email]-fwebmaster@domain.com[/email]";
var $Sendmail = "/usr/sbin/sendmail [email]-fwebmaster@domain.com[/email]";
var $Hostname = "domain.com";
var $Host = "ip#here.static.privatedns.com";
var $Port = 25;
var $Helo = "";
var $SMTPAuth = true;
var $Username = "username";
var $Password = "password";
Thanks in advance for any help