Hi to all and sorry for my english.

I have installed Sugar Crm CE 4.5.1.e

All work fine, but i need to have delivery report and read receipt for all mail sended from crm software.

Unfortunately, i not know good the php language.

Surfing in internet i have found this code

$mail->__header .= 'Disposition-Notification-To: ' . $mail->__formatAddress($mail->readReceipt) . $mail->_newLine;

or this code

$mail->ConfirmReadingTo = $mail->From;

(to add in email.php) for read receipt. Both work fine.

But i have found nothing for delivery report

Can anyone help me?

Thanks in advanced. Regards.

Massimo.