mirror of https://github.com/Squidex/squidex.git
8 changed files with 150 additions and 58 deletions
@ -1,22 +0,0 @@ |
|||
// ==========================================================================
|
|||
// Squidex Headless CMS
|
|||
// ==========================================================================
|
|||
// Copyright (c) Squidex UG (haftungsbeschraenkt)
|
|||
// All rights reserved. Licensed under the MIT license.
|
|||
// ==========================================================================
|
|||
|
|||
namespace Squidex.Extensions.Actions.Email |
|||
{ |
|||
public sealed class EmailOptions |
|||
{ |
|||
public string Host { get; set; } |
|||
|
|||
public int Port { get; set; } |
|||
|
|||
public bool EnableSsl { get; set; } |
|||
|
|||
public string Username { get; set; } |
|||
|
|||
public string Password { get; set; } |
|||
} |
|||
} |
|||
@ -1,5 +1,6 @@ |
|||
@import '_vars'; |
|||
@import '_mixins'; |
|||
|
|||
textarea { |
|||
height: 250px; |
|||
} |
|||
Loading…
Reference in new issue