I add this script to add headers to the plist when I am sending an
email. I use scripts instead of stationery in Mailsmith:
_______________________________________
tell application "System Events" to tell contents of property list file
PlistFile
tell property list item "Sending:AdditionalHeaders"
set value to "Return-Receipt-To: XX <info...@XX.com>" &
return & "Disposition-Notification-To: XX
<info...@XX.com>"
end tell
end tell
________________________________________
It does put the return receipt headers into the plist, but I am not sure
if it actually causes a return receipt to be delivered to the user. I do
get "Read" messages from my recipients, though.
Mailsmith extra headers are set in two ways:
1. per account. There is a tab window called Headers in each account and
once you shut down Mailsmith these headers disappear and you have to put
them in again. Some of my stationery scripts remind me to put the header
text in. You can save the headings text in Mailsmith's Clippings.
2. In Mailsmith Preferences/Sending there is a box for putting any extra
headings you want. The trouble is that ALL messages sent from any
account will include those extra headings, and you have to be really
careful that this field is empty to avoid embarrassment and end
anonymity to some addresses. I suspect the plist puts the address there,
but I am not sure.
I am an ex-Eudora user and I still miss it badly. Mailsmith is OK but
aside from its dislike of return receipts (considered by many to be a
security risk), it has an unbelievably slow search function, especially
if you are used to Eudora's no fuss, fast and accurate searching. If you
have an email account with multiple addresses/personalities/aliases (for
example Fastmail) Mailsmith cannot handle replying very well and you
have to ensure that the correct address is in the "From" field.
I have archived (test run) my Mailsmith emails into EagleFiler which I
can search much more quickly. However, I am yet to create or find an
AppleScript which will enable me to set up regular archiving. I have
close to 200,000 messages and doing the update manually is very tedious.
You can try PowerMail which does return receipt by account (and the
return receipt text does not disappear). It is produced by the Foxtrot
people which is a marvellous search engine, far better than Spotlight.
PowerMail is pretty old and I am still working out its features. It does
not have stationery but you can easily use AppleScript to send emails.
It is mostly a plain text emailer, like Mailsmith and Eudora but like
Eudora it can also send and receive rich text. It has an inbuilt
archiving feature.
You can also check out Gyazmail. I haven't looked at it deeply yet.
Really sad that in the 21st century nothing really matches Eudora's
features :-(
HTH
> --
> You received this message because you are subscribed to the Google Groups
> "Mailsmith Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
mailsmith-tal...@googlegroups.com.
> To post to this group, send email to
mailsmi...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/mailsmith-talk?hl=en.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>