Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Specifying the from field of an e-mail

Status
Not open for further replies.

scottian

Programmer
Jul 3, 2003
955
GB
Im creating a form in a database that will handle new issues. the user will check the issues and either accept or reject. Is it possible to specify the from field of the e-mail to the team name rather than actual e-mail of the user rejecting the record?

"My God! It's full of stars...
 
Are you using CDO to send the email? If so, you can do this using SMTP to send.

If you absolutely need to use outlook I'm not sure if this is possible though.

A wise man once said
"The only thing normal about database guys is their tables".
 
MP9

Thank you, ive found 'SenderName, SenderEmailAddress, SenderEmailType' but i cant seem to use them. When i try i get an error along the lines of "cannot assign to read only"
when i try to use .Sender = "Best Team" i get
runtime error "438" object or method not supported

anyone have any ideas..

access97 by the way

"My God! It's full of stars...
 
The code example I referenced uses...
Code:
 .SentOnBehalfOfName =
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top