Email_Setup_Settings Class
Details on how the system can send emails (either through database or direct to SMTP port)
Namespace: SobekCM.Core.SettingsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[DataContractAttribute]
[ProtoContractAttribute]
public class Email_Setup_Settings |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| DefaultFromAddress | Email address for the FROM portion, if none is provided in the actual email request |
| DefaultFromDisplay | Email address display portion, or NULL, to use if none is provided in the actual email request |
| Method | Method that emails are sent from this system |
| MethodString | Get or set the values for the email method by string |
| SmtpPort | SMTP Server port for sending emails |
| SmtpServer | SMTP Server name for sending emails |
See Also