Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMTP error #5581

Open
davodsaraei opened this issue Oct 9, 2022 · 1 comment
Open

SMTP error #5581

davodsaraei opened this issue Oct 9, 2022 · 1 comment

Comments

@davodsaraei
Copy link

@sojan-official
Hi. I have an issue with config SMTP.

smtp_settings = {
  address: 'smartermail.bertina.us',
  port: '3030',
  user_name: 'info@affili.ir',
  password: 'myPass',
  domain: 'smartermail.bertina.us',
  enable_starttls_auto: 'true',
  tls: 'true',
  ssl: 'false',
  'openssl_verify_mode': 'none',
  'authentication': 'login'
}

I got the following error:

/usr/local/lib/ruby/3.0.0/net/protocol.rb:46:in `connect_nonblock': SSL_connect returned=1 errno=0 state=error: wrong version number (OpenSSL::SSL::SSLError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants