Displays email server information based on the model. The model defines an SMTP server used to send emails.
Model Type: YetaWF.Core.SendEmail.SMTPServer
[Category("Email"), Caption("Email Server"), Description("The email server used to send emails from this site")] [UIHint("SMTPServer"), ReadOnly] public SMTPServer SMTP { get; set; }
Allows entry of email server information. The model defines an SMTP server used to send emails. Supports sending a test email before the data is saved.
Model Type: YetaWF.Core.SendEmail.SMTPServer
[Category("Email"), Caption("Email Server"), Description("The email server used to send emails from this site")] [UIHint("SMTPServer")] public SMTPServer SMTP { get; set; }
Last Updated 04/24/2022 - (email)
© 2023 - Softel vdm, Inc. - YetaWF.com