Results 1 to 4 of 4

Thread: Please help...

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    323
    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.

  2. #2
    New Member
    Join Date
    Sep 2000
    Posts
    10

    Lightbulb 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

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2000
    Posts
    323
    I'm not sure what you mean by URL encode it?
    If you think education is expensive, try ignorance.

  4. #4
    New Member
    Join Date
    Sep 2000
    Posts
    10

    Question

    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
  •  



Click Here to Expand Forum to Full Width