mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +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'],
|
user_name: ENV['smtp_user_name'],
|
||||||
password: ENV['smtp_password'],
|
password: ENV['smtp_password'],
|
||||||
authentication: 'smtp_login',
|
authentication: 'smtp_login',
|
||||||
domain: ENV['smtp_domain']
|
domain: ENV['smtp_domain'],
|
||||||
openssl_verify_mode: ENV['smtp_openssl_verify_mode']
|
openssl_verify_mode: ENV['smtp_openssl_verify_mode']
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue