William Bowen wrote:

>>5. Asking for return reciept?  Don't!
>>    
>>
>I only do this when I need to be able to prove the other party
>recieved and opened the mail message. Don't particularly care if they
>read it, but at least I have a receipt that says they opened it.
>
>We've got a problem with "lost" messages in some departments.
>
><sarcasm>Fortunately</sarcasm> for me we use Blotus Notes, so it only
>works when I send to internal users.
>  
>
Good point, I'll amend that.

if (isInnerOfficeEmail)
{
    returnReciept = true;
}
else if (isSalesLead)
{
    returnReciept = false;
}
else if (isJustTooNosey)
{
    returnReciept = false;
}
else if (isPotentialStalker)
{
    returnReciept = false;
}

Eric


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:5:161528
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to