Hi, I did all the steps while configuring smtp what I did is added this code in config table
INSERT INTO config(key, value) VALUES
('mail_host', 'mail.mydomain.com') ,
('mail_port', '465'),
('mail_username', 'noreply@mydomain.com'),
('mail_password', 'myPassword'),
('mail_encryption', 'ssl')
Also updated mail_driver. The problem is no verification email is coming to my account. What should do?