mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Setting default SMTP port
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Orchard.Email.Models {
|
||||
}
|
||||
|
||||
public int Port {
|
||||
get { return this.Retrieve(x => x.Port); }
|
||||
get { return this.Retrieve(x => x.Port, 25); }
|
||||
set { this.Store(x => x.Port, value); }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user