Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   CreateSMTPConnection
  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
CreateSMTPConnection
  This function will try to create a connection to an SMTP server
 
Library wh::internet/smtp.whlib
 
Syntax PUBLIC INTEGER FUNCTION CreateSMTPConnection (STRING server,INTEGER serverport)
 
Parameters
server String containing the host of the SMTP server
serverport Integer of the port of the smtp server
 
Returns ID of the connection (an error has occured when ID < 0)
 
 
In library 'smtp'
CloseSMTPConnection
CreateSMTPConnection
GetSMTPEmailHeader
GetSMTPError
IsValidEmailAddress
SendSMTPMessage
SendSMTPSingleMessage
 
Top To top of page