Hello all,
I'm trying to send a email out once a user completes the register section. I just want to know if the objMail.From = "yo@yo.com"
can be replaced by text instead of email address? so the actual from says a person name instead of the email. I tried declaraing a variable and assigned it a string and it still dont like it..
dim strfrom
strfrom = "From me"
objMail.From = strfrom
help me? TIA
I'm trying to send a email out once a user completes the register section. I just want to know if the objMail.From = "yo@yo.com"
can be replaced by text instead of email address? so the actual from says a person name instead of the email. I tried declaraing a variable and assigned it a string and it still dont like it..
dim strfrom
strfrom = "From me"
objMail.From = strfrom
help me? TIA