Email - Outmail - From

R

Richard

Hi

I am using the fantastic code as supplied by Ron De Bruin an extract of what
I am using is

With OutMail
.From = strfrm
.To = strto
.CC = strcc
.BCC = strbcc
.Subject = "subject"
.Body = strbody
.Attachments.Add "attached file"
'.Send
'or use
.Display

As my colleagues and I are able to send emails from ourselves, or any
department mailbox that we are permissioned to, I had thought/hoped that my
addition of .From would work wonders.

This is not working.

Is there a way to add the senders/from email address?

Thanks in advance
Richard
 
D

Dean

..From is not a valid argument... Outlook will attach the account email
address as from automatically. It will not show up on an email until it is
actually sent, so if you use the .display or .save arguments you will not see
a from on the email yet.

If I am not mistake, this is a security feature, it would be a bad thing if
someone could automate email to be sent on your behalf but make it look like
it is coming from somone else.

That is my knowledge, I have been working with Outlook and Excel for some
time and the one thing I still cannot get to work properly is to get excel to
open outlook if it is not currently opened.

I hope that helps.

Dean
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Send Email 4
Send Email VBA 4
Email on value change (Formula) 6
EMAIL 1
?????? 2
Sending e-mails from specific email address 2
E-mail if Cell B33 = Yes 2
Mail Multiple Sheets via PDF Q 5

Top