PHP mail in rich text format

Hi,

Can I send an image embeded in the mail in rich text format using php? I tried to send it in HTML format but in that case image is not appearing in Outlook.

$message = "<p><img src=\“http://xyz.com/top_header.jpg\\” /></p>
";

Regards,
Nilanjan

The easiest way is to use a library like SwiftMailer or PHPMailer.