MailServer

If you require to send an e-mail from a BI# program, use the MailerDefineServer() function to initialize a variable of the type MailServer.

MailServer mail = MailerDefineServer(
	"server",
	25,
	"user",
	"password",
	true
);