![]() |
| ||
| class.phpmailer and yahoo.com 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"; Thanks in advance for any help |
| ||
| Re: class.phpmailer and yahoo.com I have upgraded to v2.3 and I got these settings to work. The script that includes phpmailer doesn't change these parameters. Yahoo delivers them to inbox public $From = "me@domain.com"; But I don't want to send mails from 'me' so I have created a new linux user called admin.domain with the associated email address admin@domain.com So these are the changes in class.phpmailer.php public $From = "admin@domain.com"; Now Yahoo delivers to spam mailbox! What would be happening? Thanks |
| All times are GMT -4. The time now is 3:30 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC