|
|
Clarion 6 - General
Started by JimGoodley at 08-14-2008 2:20 AM. Topic has 4 replies.
 
 
|
|
Sort Posts:
|
|
|
|
08-14-2008, 2:20 AM
|
JimGoodley
Joined on 08-20-2007
South Africa
Posts 11
|
|
|
I am using C6 messanger to send emails and it works OK on most sites but recently I hit a problem:
HELO error -> Response 501 syntactically invalid HELO argument.
I see no reference to HELO anywhere even in the examples.
Any suggestions please.
Jim Goodley
|
|
|
|
|
Report
|
|
|
|
08-14-2008, 2:52 AM
|
Wolfgang Orth

Joined on 10-25-2005
Rastede, NW-Germany
Posts 49
|
|
|
HELO Jim (SCNR)
JimGoodley wrote: | | I am using C6 messanger to send emails and it works OK on most sites but recently I hit a problem:
HELO error -> Response 501 syntactically invalid HELO argument.
I see no reference to HELO anywhere even in the examples.
Any suggestions please.
Jim Goodley |
|
Do you always send over one specific, probably your own SMTP-Server? Is this SMTP-Server locally at your LAN or is this at your ISP?
Or do you (or your users/customers) send over several different SMTP-Server? Have you checked whether those SMTP-Servers require any authentification then? There are SMTP-after-POP or SMTPauth.
http://support.microsoft.com/kb/241892
If e-mailing is crucial to your project then you have to look closely at these two tools:
- http://www.capesoft.com/accessories/netsp.htm - http://www.cwhandy.ca/chttemplates.html#embedsmtpfunctions
hth Wolfgang
PS: maybe the server you are using is simply "blacklisted" because of sending SPAM in the past?
Regards Wolfgang Orth
|
|
|
|
|
Report
|
|
|
|
08-14-2008, 4:48 AM
|
JimGoodley
Joined on 08-20-2007
South Africa
Posts 11
|
|
|
Thanks for tips.
Not a spam problem.
Different users have different setups but the one that gave me an error is using an ISP via a LAN and authentication is not required.
I don't think clarion messenger caters for HELO and the ISP is looking for a specific value.
I will have a look at capesoft anyway.
Regards
Jim
|
|
|
|
|
Report
|
|
|
|
08-18-2008, 5:10 AM
|
riaan3
Joined on 07-03-2007
cape town
Posts 29
|
|
|
Hi Jim
I have developed an app using nettalk and had the same problem. Helo did not contain a value and various testing machines were black listed due to this omission.
Helo is a local VAR of say @S20.
The moment I slapped the code
Helo = 'Something'
in, the problem was solved.
No machine was blacklisted thereafter.
I suppose you have a similar problem.
Regards
Marius
mwroos
|
|
|
|
|
Report
|
|
|
|
08-18-2008, 5:50 AM
|
JimGoodley
Joined on 08-20-2007
South Africa
Posts 11
|
|
|
Thanks Marius,
Nettalk has the code built in for sending HELO at the appropriate time whereas Messanger doesn't appear to cater for it at all.
It looks as though the answer really is Nettalk even though I only need it for one of its features.
It is disappointing that SV don't provide all the goodies for what must be a very sought after item.
Regards
Jim
|
|
|
|
|
Report
|
|
|
|
|
Clarion Communi... » Clarion » Clarion 6 - Gen... » Clarion Messenger
|
|
|
|