
Lib_smtp2
     (v.2)

---


account(login: string, passwd: string);
 -    (login)  
    (passwd)    

auth_mode(i: integer);
 -  : 0 -    ,
   1 -   (  account)

send(smtp: string, port: integer, from: string, to: string, subject: string, msg: string): integer;
 -  ;
   smtp -   SMTP 
   port -  SMTP  ( 25,    )
   from -    (    from   )
   to -   
   subject -  () 
   msg -   
    1   ,  0 - - 


    Example
   WTK 2.5.2

---

by odd
