Changing the From: in an email

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to send a sheet to users. I have to set the FROM: address to
something other then my email address, a general inbox we have set up so if
theey "Reply" it goes there. EX: I am sending to Joe Shoe and I need it to
appear that ABC Company is sending it to him even though its me David
Abercrombie that is sending it. I have tried .Item.From=ABC Company but this
doesn't do anything but give me an error....Help
Thanx.
 
or if you use a CDO, bypassing Outlook all together you can send it from who
ever you want
Hi David

If you try one of my Outlook examples here
http://www.rondebruin.nl/sendmail.htm

From my Tips page

If you want to change the sender name and reply address add this code line

'The receiver can see the original mail address in the properties if he want
I am trying to send a sheet to users. I have to set the FROM: address to
something other then my email address, a general inbox we have set up so if
[quoted text clipped - 3 lines]
doesn't do anything but give me an error....Help
Thanx.
 
or if you use a CDO, bypassing Outlook all together you can send it from who
ever you want

See
http://www.rondebruin.nl/cdo.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


blackbox via OfficeKB.com said:
or if you use a CDO, bypassing Outlook all together you can send it from who
ever you want
Hi David

If you try one of my Outlook examples here
http://www.rondebruin.nl/sendmail.htm

From my Tips page

If you want to change the sender name and reply address add this code line

'The receiver can see the original mail address in the properties if he want
I am trying to send a sheet to users. I have to set the FROM: address to
something other then my email address, a general inbox we have set up so if
[quoted text clipped - 3 lines]
doesn't do anything but give me an error....Help
Thanx.
 

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

Back
Top