I am using PEAR mail system to send authenticated mails.I need to send HTML mails that has alinks.It was working fine before i started using PEAR mail.Now i am not able to s
What do your headers look like? Here are mine:
$headers = array( 'To' => $recipients, 'From' => $adminEmail, 'Subject' => $subject, 'MIME-Version' => 1, 'Content-type' => 'text/html;charset=iso-8859-1' );