sendmail Authentication property
Return to Introduction  Previous page  Next page
Applies to
acSendMail component.  

Declaration
type  
  TacSendMailAuthentication = class  
  published  
    property Enabled: Boolean default False;  
    property UsernameString;  
    property PasswordString;  
  end;  

Description
The Authentication structure used to specify whether the SMTP server requires authentication (set Enabled to True, if it requires), and to provide the Username and Password for user authentication.  

See also
SMTPHost and SMTPPort properties.