One-Time Return Receipt?

S

Sam Elowitch

I've been sending return receipts by doing this procedure:

1. Tools --> Accounts
2. Select account.
3. Select Options tab.
4. Create additional header: Disposition-Notification-to: with value equal
to my e-mail address.
5. Compose and send a message.
6. Repear process but instead of Step 4, remove the additional header.

I'd love to use a script that does this instead. Perchance is there one
already written? My AppleScript skills are not quite up to the task....

-Sam
 
B

Barry N. Wainwright

I've been sending return receipts by doing this procedure:

1. Tools --> Accounts
2. Select account.
3. Select Options tab.
4. Create additional header: Disposition-Notification-to: with value equal
to my e-mail address.
5. Compose and send a message.
6. Repear process but instead of Step 4, remove the additional header.

I'd love to use a script that does this instead. Perchance is there one
already written? My AppleScript skills are not quite up to the task....

-Sam

Sorry to say that additional headers aren't scriptable, but you can do what
you want by creating a duplicate account and adding the DNR header to that
account. Then, when you want to send a DNR mail, just select that account
from the pop-up menu next to the 'from' header.

--
Barry Wainwright
Microsoft MVP (see http://mvp.support.microsoft.com for details)
Seen the Entourage FAQ pages? - Check them out:
<http://www.entourage.mvps.org/toc.html>

Please post responses to this newsgroup. If I ask you to contact me
off-list, remove '.INVALID' from email address before replying.
 
S

Sam Elowitch

Ooooooooh! Good idea. ;-)

Sorry to say that additional headers aren't scriptable, but you can do what
you want by creating a duplicate account and adding the DNR header to that
account. Then, when you want to send a DNR mail, just select that account
from the pop-up menu next to the 'from' header.
 
Top