C
CvT
hi.
I have been searching for this and have found several things that nearly
do what i want, but not quite.
I was wondering if there is a way to change the default account based on
a set of recipient domains. I have about 5 email accounts (i am a
freelancer and need to adopt emails from various domains) and if i want
to make sure that all emails that are sent to people with the domain
abc.com (or whatever), then it uses a particular account.
I have looked at the rules and you can use the outgoing rules but it
does not allow you to set the account for the mail (grr). I guess it
would need an applescript to do change the account. I tried to use the
following:
tell application "Microsoft Entourage"
set account to POP account "AC Mail"
end tell
[AC mail is an account name] but this does not change it over. I am not
an applescripter and this is as far as i can go!
WOuld anyone be able to help me with this? I would be greatly obliged
C
I have been searching for this and have found several things that nearly
do what i want, but not quite.
I was wondering if there is a way to change the default account based on
a set of recipient domains. I have about 5 email accounts (i am a
freelancer and need to adopt emails from various domains) and if i want
to make sure that all emails that are sent to people with the domain
abc.com (or whatever), then it uses a particular account.
I have looked at the rules and you can use the outgoing rules but it
does not allow you to set the account for the mail (grr). I guess it
would need an applescript to do change the account. I tried to use the
following:
tell application "Microsoft Entourage"
set account to POP account "AC Mail"
end tell
[AC mail is an account name] but this does not change it over. I am not
an applescripter and this is as far as i can go!
WOuld anyone be able to help me with this? I would be greatly obliged
C