Hide

YetaWF Documentation

Display
Print

SMTPServer Component

SMTPServer (Display)

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; }

SMTPServer (Edit)

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; }