vizskywalker 0 Report post Posted June 6, 2005 I tried to use a php script to send an email, and it sends to most email accounts. But not aol accounts. This isn't because it has no from field, I gave it one. Is SMTP set up correctly so that the mail() function will use SMTP to send emails? Any other ideas on what the problem is?~Viz Share this post Link to post Share on other sites
vujsa 0 Report post Posted June 7, 2005 Did you try it with send mail instead of SMTP?Additioanally, are you sending plain text or html. I never did like AOL and all of its imperfections.I'm a firm believer that they should warn their users that they have decided to use the worst possible service provider avalible.vujsa Share this post Link to post Share on other sites
vizskywalker 0 Report post Posted June 7, 2005 According to trekkie, aol blocks sendmail and only allows SMTP, but I will try it. Does sendmail use an http header?~Viz Share this post Link to post Share on other sites