Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ron,
I'm using your CDO email code from you web site. It is fantastic! Its part of a larger set of code that send emails to users automatically. My question is this - When the email is sent, I have the "From" line set to: ..From = """Autoreply"" " Therefore, if the user hits Reply, the email obviously doesn't go anywhere. I want it to come to me, but at the same time I don't want the user to know its coming to me. So for example, I'd like the user to hit reply, see that they are responding to Autoreply, but the email is coming to . Is this possible? Thanks Ron!! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Steph
In the To line they see Autoreply when they hit the reply button I don't think it is possible to do what you want because in the properties you can always see the return path. You can use a other mail addresss and only forward the mails to your main address with a certain subject maybe ? -- Regards Ron de Bruin http://www.rondebruin.nl "Steph" wrote in message ... Ron, I'm using your CDO email code from you web site. It is fantastic! Its part of a larger set of code that send emails to users automatically. My question is this - When the email is sent, I have the "From" line set to: .From = """Autoreply"" " Therefore, if the user hits Reply, the email obviously doesn't go anywhere. I want it to come to me, but at the same time I don't want the user to know its coming to me. So for example, I'd like the user to hit reply, see that they are responding to Autoreply, but the email is coming to . Is this possible? Thanks Ron!! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ron. I figured a fool-proof method wasn't possible. When I test it, the
user sees in the To line Autoreply . I know that they could double click on the To line to see the email address. But is it possible to just have them see on the surface "Autoreply" in the To line without the email address next to it? I'm not so concerned aboyt the user really digging in to find the email address. I just don't want it to be completely obvious when they reply, becasue then they will be calling me all day long!! Thanks! "Ron de Bruin" wrote in message ... Hi Steph In the To line they see Autoreply when they hit the reply button I don't think it is possible to do what you want because in the properties you can always see the return path. You can use a other mail addresss and only forward the mails to your main address with a certain subject maybe ? -- Regards Ron de Bruin http://www.rondebruin.nl "Steph" wrote in message ... Ron, I'm using your CDO email code from you web site. It is fantastic! Its part of a larger set of code that send emails to users automatically. My question is this - When the email is sent, I have the "From" line set to: .From = """Autoreply"" " Therefore, if the user hits Reply, the email obviously doesn't go anywhere. I want it to come to me, but at the same time I don't want the user to know its coming to me. So for example, I'd like the user to hit reply, see that they are responding to Autoreply, but the email is coming to . Is this possible? Thanks Ron!! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In OE you only see Autoreply when you receive the mail
I try it this evening when I send it to a Outlook account -- Regards Ron de Bruin http://www.rondebruin.nl "Steph" wrote in message ... Hi Ron. I figured a fool-proof method wasn't possible. When I test it, the user sees in the To line Autoreply . I know that they could double click on the To line to see the email address. But is it possible to just have them see on the surface "Autoreply" in the To line without the email address next to it? I'm not so concerned aboyt the user really digging in to find the email address. I just don't want it to be completely obvious when they reply, becasue then they will be calling me all day long!! Thanks! "Ron de Bruin" wrote in message ... Hi Steph In the To line they see Autoreply when they hit the reply button I don't think it is possible to do what you want because in the properties you can always see the return path. You can use a other mail addresss and only forward the mails to your main address with a certain subject maybe ? -- Regards Ron de Bruin http://www.rondebruin.nl "Steph" wrote in message ... Ron, I'm using your CDO email code from you web site. It is fantastic! Its part of a larger set of code that send emails to users automatically. My question is this - When the email is sent, I have the "From" line set to: .From = """Autoreply"" " Therefore, if the user hits Reply, the email obviously doesn't go anywhere. I want it to come to me, but at the same time I don't want the user to know its coming to me. So for example, I'd like the user to hit reply, see that they are responding to Autoreply, but the email is coming to . Is this possible? Thanks Ron!! |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Ron. I just tested it myself in Outlook Express, and you're right,
the email address does not appear in the To address, but it does show up in the From line in the original message sent, which unfortunately appears when you reply, and is pretty obvious. So, it sounds like what I want to do is not possible! "Ron de Bruin" wrote in message ... In OE you only see Autoreply when you receive the mail I try it this evening when I send it to a Outlook account -- Regards Ron de Bruin http://www.rondebruin.nl "Steph" wrote in message ... Hi Ron. I figured a fool-proof method wasn't possible. When I test it, the user sees in the To line Autoreply . I know that they could double click on the To line to see the email address. But is it possible to just have them see on the surface "Autoreply" in the To line without the email address next to it? I'm not so concerned aboyt the user really digging in to find the email address. I just don't want it to be completely obvious when they reply, becasue then they will be calling me all day long!! Thanks! "Ron de Bruin" wrote in message ... Hi Steph In the To line they see Autoreply when they hit the reply button I don't think it is possible to do what you want because in the properties you can always see the return path. You can use a other mail addresss and only forward the mails to your main address with a certain subject maybe ? -- Regards Ron de Bruin http://www.rondebruin.nl "Steph" wrote in message ... Ron, I'm using your CDO email code from you web site. It is fantastic! Its part of a larger set of code that send emails to users automatically. My question is this - When the email is sent, I have the "From" line set to: .From = """Autoreply"" " Therefore, if the user hits Reply, the email obviously doesn't go anywhere. I want it to come to me, but at the same time I don't want the user to know its coming to me. So for example, I'd like the user to hit reply, see that they are responding to Autoreply, but the email is coming to . Is this possible? Thanks Ron!! |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Steph
No, I don't think it is possible to do what you want -- Regards Ron de Bruin http://www.rondebruin.nl "Steph" wrote in message ... Thanks Ron. I just tested it myself in Outlook Express, and you're right, the email address does not appear in the To address, but it does show up in the From line in the original message sent, which unfortunately appears when you reply, and is pretty obvious. So, it sounds like what I want to do is not possible! "Ron de Bruin" wrote in message ... In OE you only see Autoreply when you receive the mail I try it this evening when I send it to a Outlook account -- Regards Ron de Bruin http://www.rondebruin.nl "Steph" wrote in message ... Hi Ron. I figured a fool-proof method wasn't possible. When I test it, the user sees in the To line Autoreply . I know that they could double click on the To line to see the email address. But is it possible to just have them see on the surface "Autoreply" in the To line without the email address next to it? I'm not so concerned aboyt the user really digging in to find the email address. I just don't want it to be completely obvious when they reply, becasue then they will be calling me all day long!! Thanks! "Ron de Bruin" wrote in message ... Hi Steph In the To line they see Autoreply when they hit the reply button I don't think it is possible to do what you want because in the properties you can always see the return path. You can use a other mail addresss and only forward the mails to your main address with a certain subject maybe ? -- Regards Ron de Bruin http://www.rondebruin.nl "Steph" wrote in message ... Ron, I'm using your CDO email code from you web site. It is fantastic! Its part of a larger set of code that send emails to users automatically. My question is this - When the email is sent, I have the "From" line set to: .From = """Autoreply"" " Therefore, if the user hits Reply, the email obviously doesn't go anywhere. I want it to come to me, but at the same time I don't want the user to know its coming to me. So for example, I'd like the user to hit reply, see that they are responding to Autoreply, but the email is coming to . Is this possible? Thanks Ron!! |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You could also create another alias for your email account if you have
access to do so. Then it will come to you but they won't know it. Jesse |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calendar drop down ala Ron DeBruin in Excel 2003 | Excel Discussion (Misc queries) | |||
For Ron deBruin - Email question | Excel Programming | |||
Edit to CDO email (Ron deBruin) | Excel Programming | |||
Email question - Ron deBruin | Excel Programming | |||
Sending e-mail - Ron deBruin | Excel Programming |