|
-
Sep 26th, 2000, 12:58 PM
#1
Thread Starter
Hyperactive Member
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.
If you think education is expensive, try ignorance.
-
Sep 26th, 2000, 01:29 PM
#2
New Member
just a though...
did u try to URL encode it?
i am not sure how the smtp thingy works... its worth a try.
***SPLAT***
Road-Kill on the
information super-highway
-
Sep 26th, 2000, 01:46 PM
#3
Thread Starter
Hyperactive Member
I'm not sure what you mean by URL encode it?
If you think education is expensive, try ignorance.
-
Sep 27th, 2000, 01:33 AM
#4
New Member
Code:
set result = Server.URLEncode("user name") & "@domain.com"
that would return like user%[email protected]
like i said, i've never touched this stuff.
***SPLAT***
Road-Kill on the
information super-highway
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|