jmail to videotron.ca?

Logan

Perch
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.)
 
SubSpace said:
No, what error message are you getting? Is the component just not working or is the mail bouncing?

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 ;)
 
SubSpace said:
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 ;)

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.
 
Back
Top