Hello,
I have an application that allows a user to send a news article to a friend, and when they do this they can enter their name, and email.
What im wondering is how, you get that name to show up in the email? In the from section, that is.
objMail.From = "someemail@someplace.net"
But how do you get a name to show up?
objMail.From = "someone@somplace.net (some name)"
Is that how you do it? Cuz its not working for me.
Does anyone have any ideas?
Thanx,
kinl
I have an application that allows a user to send a news article to a friend, and when they do this they can enter their name, and email.
What im wondering is how, you get that name to show up in the email? In the from section, that is.
objMail.From = "someemail@someplace.net"
But how do you get a name to show up?
objMail.From = "someone@somplace.net (some name)"
Is that how you do it? Cuz its not working for me.
Does anyone have any ideas?
Thanx,
kinl