Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   GetSMTPError
  Home |  WebHare Lite |  Downloads |  HareScript |  Websites/CMS |  Applications
Search for:  in: 
HareScript
Internet connectivity
 
File transfer (FTP)
Hypertext transfer (HTTP)
IMAP library
MIME and RFC822
POP3 email
Simple Mail Transfer Protocol (SMTP)
TCP/IP connections
GetSMTPError
  This function will check and clear the last error that occured
 
Library wh::internet/smtp.whlib
 
Syntax PUBLIC RECORD FUNCTION GetSMTPError (INTEGER connectionid)
 
Parameters
connectionid Integer of the connectionid
 
Returns Record with the error if an error exists
[[[return.code Integer]]] of the error code
[[[return.message String]]] with the error message (can be a multiline message separated by \n's)
 
 
In library 'smtp'
CloseSMTPConnection
CreateSMTPConnection
GetSMTPEmailHeader
GetSMTPError
IsValidEmailAddress
SendSMTPMessage
SendSMTPSingleMessage
 
Top To top of page