CDONTS and hyphen

I

irobot8

Hi all
Has anyone experienced problems sending mail to an address with a
hyphen in the domain, especially using CDONTS.NewMail.
In particular, the following .to string works on the development
machine:
- "<individual@domain" & "Chr(45)" & "name.com>"
.... but not on the live server.
Any help on this would be much appreciated.
irobot.
 
F

Foo Man Chew

In particular, the following .to string works on the development
machine:
- "<individual@domain" & "Chr(45)" & "name.com>"
... but not on the live server.

Uh, perhaps you transposed wrong. This would yield, literally:

<individual@domainChr(45)name.com>

Maybe you meant:

"<individual@domain" & Chr(45) & "name.com>"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,534
Members
45,007
Latest member
obedient dusk

Latest Threads

Top