by
allistar >> Thu, 9 Oct 2003 3:06:11 GMT
Hi there,
Being a .ch address shouldn't matter, as long as it is valid. It is odd that you can send emails to other .ch addresses using JADE but not this one. The only thing I can suggest is for you to debug the SMTP sending code. Last time I looked the CardSchema SMTP client is implemented as a finite state machine, I have redeveloped a similar version for one of my clients.
A hint for debugging is to put a write statement at the top of CnSMTPState::handleEvent like this:
write smtp.serverMessage;
(This advice is based on quite an old version of CardSchema, so may not apply to the version you are running). That debugging should give you some indication of what the email server is sending the JADE SMTP client.
Also what you could try is manually sending an email using telnet. Do that by following the instructions on the below link.
http://www.pantz.org/email/misc/smtptelnet.shtml
See if you can send to that email address that way. Note that the SMTP client in JADE is essentially doing the same thing you are doing in that telnet session.
Hope this helps,
Allistar.
------------------------------------------------------------------
Allistar Melville
Software Developer, Analyst
allistar@silvermoon.co.nz
Auckland, NEW ZEALAND
Silvermoon Software
Specialising in JADE development and consulting
Visit us at:
http://www.silvermoon.co.nz
*NEW* Simple web access to Jade at:
www.silvermoon.co.nz/jhp.html ------------------------------------------------------------------