USE `projects_membershipdb`;

INSERT IGNORE INTO `settings` (`key`, `value`, `type`, `group`) VALUES
('mail_provider', 'smtp', 'select', 'mail'),
('mail_host', 'smtp.gmail.com', 'text', 'mail'),
('mail_port', '587', 'number', 'mail'),
('mail_username', '', 'text', 'mail'),
('mail_password', '', 'text', 'mail'),
('mail_encryption', 'tls', 'select', 'mail'),
('mail_from_address', 'noreply@ghanaanaesthesia.com', 'email', 'mail'),
('mail_from_name', 'Ghana Anaesthesiologists Society', 'text', 'mail');
