jmail to videotron.ca?

Has anyone tried to send e-mail to an address at videotron.ca using jmail? It won’t work. Any other address works, but jmail doesn’t like the any videotron.ca addresses?

Anyone else have this problem?

(I’ve put in a ticket for it but it is very odd.)

No, what error message are you getting? Is the component just not working or is the mail bouncing?

[QUOTE=SubSpace]
No, what error message are you getting? Is the component just not working or is the mail bouncing?
[/QUOTE]

The error is:

jmail.Message error ‘8000ffff’
The message was undeliverable. All servers failed to receive the message

Full code is:

set joe = Server.CreateObject(“jmail.message”)
joe.addrecipient “[email protected]
joe.From = “[email protected]
joe.FromName = “robert”
joe.Subject = “test”
joe.body = “OK”
joe.send(“mail.mydomain.com”)
set joe = nothing

Hmm, works fine if I place it on my website and set the mailserver to use.. Even if I enter the hostname for your domain’s mailserver, it works.

Well, I’m getting bounce messages that the address I’m using does not exist, but that’s close enough to working :wink:

[QUOTE=SubSpace]
Hmm, works fine if I place it on my website and set the mailserver to use.. Even if I enter the hostname for your domain’s mailserver, it works.

Well, I’m getting bounce messages that the address I’m using does not exist, but that’s close enough to working :wink:
[/QUOTE]

Maybe it’s a win3 problem. Seems odd though that it just doesn’t like videotron.ca addresses. I tested it with several other ones and it worked fine with those.

We’ll see what tech support has to say.

Yeah probably, I don’t have any websites on Win3 so can’t test there :wink: