View Full Version : Please help.... ASP and CDONTS
artsapimp
09-26-2000, 02:15 PM
In my office we have internal e-mail addresses and some of them have spaces (fl techsupport@....). I am using CDONTS to send email to myself (firstname.lastname@....) and it works, as soon as I change it to one with a space it won't send. How can I fix this? Getting new email addresses with underscores would take too much time.
thanks for your help.
artsapimp
09-26-2000, 02:17 PM
I tried to add..
fl" & Chr(12) & "techsupport@..."
but that didn't work either. I am stumped. thanks
UncaDanno
09-26-2000, 09:15 PM
Art,
I'm afraid your first post holds the answer (underlines), unless the names with spaces are aliases, in which case you'd need to send emails to the exact mailbox name (if it doesn't contain spaces, too).
Take a look here:
http://support.microsoft.com/support/kb/articles/q173/4/70.asp
mosquito
09-27-2000, 01:22 PM
What happens if you replace the white space with "%20"
so "fl techsupport@" would become "fl%20techsupport@"
don't know if it works, but it's worth trying.
UncaDanno
09-29-2000, 03:04 PM
Hmm.... That might work since you're sending a delimited character string. And the embedded space is what causes the address to break.
Worth a try....
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.