Delete bcc recipient from new mail - Panther's Mail.app
Delete bcc recipient from new mail - Panther's Mail.app
- Subject: Delete bcc recipient from new mail - Panther's Mail.app
- From: Jutta Wrage <email@hidden>
- Date: Tue, 17 May 2005 13:53:17 +0200
Hi!
I am sending back mails to my dspam, if it missed spam.
In the script creating the new mail I have:
set theAddress to "spam-jw@mydomain"
set theName to "SPAM"
set theContent to "!DSPAM:" & theUrl & "!"
set theSignature to ""
set theBCCName to ""
set theBCCAddress to ""
tell application "Mail"
set newMessage to make new outgoing message with properties
{subject:mySubject, content:theContent & return}
tell newMessage
set visible to true
make new to recipient at end of to recipients with properties
{name:theName, address:theAddress}
make new bcc recipient with properties {address:theBCCAddress}
end tell
activate
end tell
By default I send a bcc message to myself (so that I can see the
messages on another account, too). The new message to dspam is created
with that bcc entry, too. I tried several things to delete it, but none
really worked.
The above code gives an bcc-entry "" which is invalid.
Another question: is there a way to disable gpg signing (I use gpgMail)
by the script?
greetings
Jutta
--
http://www.witch.westfalen.de
http://witch.muensterland.org
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden