|
| |
|
|
lwpunk
Posts: 93 From: Amherst Status: offline
|
" Reply-to" 2 emails with CDONTS - 6/25/2003 8:40:27
Hey everybody, Its been a long time since I have been on this website. Since then I hope my skills have grown to more then they were. Anyway, on to my question...this is my CDONTS email code... Set ObjMail2 = Server.CreateObject(" CDONTS.NewMail" ) ObjMail2.From = " sales@office-xperts.com" ObjMail2.To = Session(" approvalEmail" ) ObjMail2.CC = " sales@office-xperts.com" ObjMail2.Subject = " Office-Xperts - EOS Order Approval Request" ObjMail2.MailFormat = 0 ObjMail2.BodyFormat = 0 ObjMail2.Body = strMsg2 ObjMail2.Send Set ObjMail2 = Nothing What I need this to do is when the person recieves this email they must approve the order by replying to the email. Is there a way to have them reply to two emails instead of just.... ObjMail2.From = " sales@office-xperts.com" Because if the order gets approved then two people should recieve an email saying that its approved...me and the buyer. I hope I am making sense here. Thanks for any help, lwpunk
|
|
|
|
lwpunk
Posts: 93 From: Amherst Status: offline
|
RE: " Reply-to" 2 emails with CDONTS - 6/26/2003 9:37:15
Thanks! It worked great... One more question... How would I write out the same value but instead use two session variables to define my email addresses? Thanks for the help, Mark
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|