That's right. Selecting a specific account in Tools/Send & Receive/Some
Account just receives from that account.
If all 3 accounts are configured to Send from the same SMTP server address,
which works fine in this location, then you should have no problem using
Send All (shift-command-K), even for messages on other accounts. (If any are
are IMAP accounts, make sure you have LiveSync off, of course. Then even the
process whereby sent messages are stored on the IMAP Sent IMAP folder
shouldn't error after you send, I don't think, and should just wait until
the next time you do connect to receive form that account to sync to the
server.)
If there's still some issue - but I can't imagine what it might be - then
Mickey is right. A simple script can be rigged up to send only those
messages in the outbox from a particular account:
tell application "Microsoft Entourage"
send (every message in outbox folder whose account is POP account
"Account Name")
end tell
You'd save this in Script Editor as a Script, give it a keyboard shortcut
via the method described in the Help ("About the script menu") and put the
script in the Entourage Script Menu Items folder in Microsoft User Data
folder in ~/Documents. (I suppose you could even configure the Send All
schedule to run this script instead of to Send. But then you'd have to
remember to keep resetting it when you changed location not worth it.) But
I don't think you should need to do any of this.
--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <
http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <
http://macscripter.net/scriptbuilders/>
Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.
PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.