WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Postie

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

kSendText not Sending Emails and Port Issues

Keywords:   kSendText ports

Question:

I've writte a script that uses the Postie Extender to send e-mail.

The .WBT version of the script works perfectly. The compiled version does not send email (the rest of the script works!). Is this a known issue?

I'm using:

kInit (host, fromAddress, userID, password, port) ; Using IMAP!
kDest(tolist,cclist,bcclist)
kSendText(subject,message,"","")
kStatus Info indicates the error appears to come from the fact that I use the postie extender in the first place to do some NNTP posting. (port 119).

After that posting, I want the results emailed to me. (port 25).

I reckon I have to do a second kInit (after the NNTP posting) and specify port 25? (I tried to do a second kInit withouth specifying the port, but kStatusInfo still comes up with 'server:119')

I reckon there should be a kClose or something?! Any ideas?

Answer:

Hmmm. That sources reasonable. Give a second kInit a try. Try *not* specifying the port at all and see if that works.

If not, try specifying port 25 and see if that helps.

Resolution:

I tried this:
kInit (.... , "25")
That worked. So I had to do a re-kInit. You MUST specify a port, if you don't it'll still use the old port of the previous kInit.
Article ID:   W14782
File Created: 2002:01:02:12:31:06
Last Updated: 2002:01:02:12:31:06