.ReplyRecipients.Add problem

pld60

Registered User.
Local time
Today, 16:00
Joined
Mar 22, 2016
Messages
20
In an on click Event to send emails from a form I have to following line of code as part of code that sends an email.

Code:
.ReplyRecipients.Add "email@gmail.com"
This is for the recipient to reply to a different email than the one it was sent from. This works great if sent to an email address. Does not work if sent as a text message example 1234567890@pm.sprint.com.

The text message is sent fine. The issue is that the reply from the text goes to the original sending address and not the reply to address.

One other interesting aspect is that everything works fine if it goes to an att phone. This leads me to believe that it is a carrier specific problem.

Any ideas how to fix this?
 
Last edited:
Is this not a solvable problem or did I place it in the wrong group?
 

Users who are viewing this thread

Back
Top Bottom