9 lines
271 B
C#
9 lines
271 B
C#
namespace LiteCharms.Features.Email.Extensions;
|
|
|
|
public static class Constants
|
|
{
|
|
public const string ShopSchedulerName = "shop";
|
|
public const string ShopEmailFromName = "Khongisa Shop";
|
|
public const string ShopEmailFromAddress = "shop@litecharms.co.za";
|
|
}
|