email setup
This commit is contained in:
@@ -110,6 +110,15 @@ CREATE TABLE IF NOT EXISTS `emailtemplate_customer_settings` (
|
||||
`sender_token` varchar(255) DEFAULT NULL,
|
||||
`external_api_token` varchar(255) DEFAULT NULL,
|
||||
`editor_default` varchar(32) DEFAULT NULL,
|
||||
`smtp_enabled` tinyint(1) DEFAULT 0,
|
||||
`smtp_host` varchar(255) DEFAULT NULL,
|
||||
`smtp_port` int(10) unsigned DEFAULT NULL,
|
||||
`smtp_user` varchar(255) DEFAULT NULL,
|
||||
`smtp_pass` varchar(255) DEFAULT NULL,
|
||||
`smtp_secure` varchar(16) DEFAULT NULL,
|
||||
`smtp_from_email` varchar(255) DEFAULT NULL,
|
||||
`smtp_from_name` varchar(255) DEFAULT NULL,
|
||||
`smtp_reply_to` varchar(255) DEFAULT NULL,
|
||||
`created_at` timestamp NOT NULL DEFAULT current_timestamp(),
|
||||
`updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
|
||||
PRIMARY KEY (`customer_id`)
|
||||
|
||||
Reference in New Issue
Block a user