Navigation:  thinBasic language > Modules >

SMTP

Previous pageReturn to chapter overviewNext page

 

Description

 

This module manages SMTP communications. SMTP stands for Simple Mail Transfer Protocol

 

How to use this module

 

Inside your script, before calling any module specific keyword, add the following:

 

USES "SMTP"

 

This directive will load the module and add the following new keywords and relevant module equates.

 

 

SMTP_Connect

SMTP_Close

SMTP_Debug

SMTP_SetLogFile

SMTP_GetError

SMTP_SetOption

SMTP_SendEmail

SMTP_SendHtml

SMTP_Finished

SMTP_Statistics

 

© 2004-2008 thinBasic. All rights reserved. Version 1.6.0.10 Web Site: http://www.thinbasic.com