jmail.SMTPMail error '8000ffff'
if you look at line. 192 til line 233..
there is some thing i dont understand..
i have a jmail component, full version.. but some times i get this error..
jmail.SMTPMail error '8000ffff'
On line 227 that is the
'Send the e-mail
If NOT strIncomingMailServer = "" Then .Execute
End With
'Close the server mail object
Set objJMail = Nothing
I have set my smtp.mydomain.dk there
And its working some times..
what is the code made to do this..
If NOT strIncomingMailServer = "" Then .Execute
End With
'Close the server mail object
Set objJMail = Nothing
???????????????
It should always strincomingmailserver...
if you ask me.. can some one explain this to me please thanks..
BG