Home |
Search |
Today's Posts |
#1
|
|||
|
|||
email merge - I need to change the sender account
I am doing an email-merge. When I send these emails, they need to come from
another email account. I do admin work for several other people and have their email accounts on my outlook. How can I change the sender? |
#2
|
|||
|
|||
Temporarily change the default e-mail account to the required account.
-- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Vaughn wrote: I am doing an email-merge. When I send these emails, they need to come from another email account. I do admin work for several other people and have their email accounts on my outlook. How can I change the sender? |
#3
|
|||
|
|||
I've done that as a temporary solution. Is there anywhere I can look for a
VBA solution? This job may be done on any one of three PCs. Each one may send email for ony one of four counsultants. "Graham Mayor" wrote: Temporarily change the default e-mail account to the required account. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Vaughn wrote: I am doing an email-merge. When I send these emails, they need to come from another email account. I do admin work for several other people and have their email accounts on my outlook. How can I change the sender? |
#4
|
|||
|
|||
You are more likely to get a knowledgeable reply to this one in an Outlook
group. Peter Jamieson "Vaughn" wrote in message ... I've done that as a temporary solution. Is there anywhere I can look for a VBA solution? This job may be done on any one of three PCs. Each one may send email for ony one of four counsultants. "Graham Mayor" wrote: Temporarily change the default e-mail account to the required account. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Vaughn wrote: I am doing an email-merge. When I send these emails, they need to come from another email account. I do admin work for several other people and have their email accounts on my outlook. How can I change the sender? |
#5
|
|||
|
|||
I would assume that your best bet is either to execute any code needed
before you initiate the merge, or use the MailMergeBeforeMerge event to do it. You /might/ be able to do that on a per-message basis using mailmerge events, but I would suspect that would only make sense if switching senders is easy and fast. I do not think you will be able to control what Word does with the message,only what other software does with the message. Peter Jamieson "Vaughn" wrote in message ... That's true. There is a wealth of info there. But, I need to know the timing. I'm in a merge document and at the end I enter the email address field and a subject. When is it that VB code is triggered? When is the email message subject to VB code? "Peter Jamieson" wrote: You are more likely to get a knowledgeable reply to this one in an Outlook group. Peter Jamieson "Vaughn" wrote in message ... I've done that as a temporary solution. Is there anywhere I can look for a VBA solution? This job may be done on any one of three PCs. Each one may send email for ony one of four counsultants. "Graham Mayor" wrote: Temporarily change the default e-mail account to the required account. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Vaughn wrote: I am doing an email-merge. When I send these emails, they need to come from another email account. I do admin work for several other people and have their email accounts on my outlook. How can I change the sender? |
#6
|
|||
|
|||
That's true. There is a wealth of info there. But, I need to know the timing.
I'm in a merge document and at the end I enter the email address field and a subject. When is it that VB code is triggered? When is the email message subject to VB code? "Peter Jamieson" wrote: You are more likely to get a knowledgeable reply to this one in an Outlook group. Peter Jamieson "Vaughn" wrote in message ... I've done that as a temporary solution. Is there anywhere I can look for a VBA solution? This job may be done on any one of three PCs. Each one may send email for ony one of four counsultants. "Graham Mayor" wrote: Temporarily change the default e-mail account to the required account. -- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org Vaughn wrote: I am doing an email-merge. When I send these emails, they need to come from another email account. I do admin work for several other people and have their email accounts on my outlook. How can I change the sender? |
Reply |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
Sending Mail Merge to Email to Multiple Recipients in the Same Mes | Mailmerge | |||
including email message with "mail merge with attachment" | Mailmerge | |||
Problems when performing a HTML email merge using Word 2003 | Mailmerge | |||
Selecting email client to use with email merge | Mailmerge | |||
Using MAILMERGE fields within HYPERLINK fields for Merge to Email | Mailmerge |