mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
typo fix
This commit is contained in:
parent
ec70d1ab21
commit
2ec7e09ba5
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ module Registry
|
|||
user_name: ENV['smtp_user_name'],
|
||||
password: ENV['smtp_password'],
|
||||
authentication: 'smtp_login',
|
||||
domain: ENV['smtp_domain']
|
||||
domain: ENV['smtp_domain'],
|
||||
openssl_verify_mode: ENV['smtp_openssl_verify_mode']
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue