|
|
|
| SendMail component.
|
| type
|
| TSendMailAuthentication = class
|
| published
|
| property Enabled: Boolean default False;
|
| property Username: String;
|
| property Password: String;
|
| end;
|
| 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.
|
| SMTPHost and SMTPPort properties.
|