Sitemap Sitemap  |  Contact Us Contact Us  |  Clients Clients
   IsValidEmailAddress
  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
IsValidEmailAddress
  Check if an email address is valid
 
Library wh::internet/smtp.whlib
 
Syntax PUBLIC BOOLEAN FUNCTION IsValidEmailAddress (STRING emailaddress)
 
Description This function checks if a given email address appears to be valid. It does
not verify whether the domain name actually exists, or whether the user exists on the mailserver.
 
Parameters
emailaddress Email adres to verify (address part only - eg. as returned by SplitEmailName)
 
Returns True if the email address appears to be a well-formed email address
 
 
In library 'smtp'
CloseSMTPConnection
CreateSMTPConnection
GetSMTPEmailHeader
GetSMTPError
IsValidEmailAddress
SendSMTPMessage
SendSMTPSingleMessage
 
Top To top of page