rallly-selfhosted icon indicating copy to clipboard operation
rallly-selfhosted copied to clipboard

Error sending email - wrong version number with protonmail SMTP

Open Nachtschwingeswildhunt opened this issue 1 year ago • 4 comments

I am experiencing the same error as @VincenzoKoestler in this issue . I am trying to use the SMTP services from protonmail (they work with other services) which run on port 587 and use TLS. Is there something I can do here?

2023-12-15 20:22:02
 Prisma schema loaded from prisma/schema.prisma
2023-12-15 20:22:02
 Datasource "db": PostgreSQL database "db", schema "public" at "rallly_db:5432"
2023-12-15 20:22:02
 
2023-12-15 20:22:02
 42 migrations found in prisma/migrations
2023-12-15 20:22:02
 
2023-12-15 20:22:02
 
2023-12-15 20:22:02
 No pending migrations to apply.
2023-12-15 20:22:03
    ▲ Next.js 14.0.1
2023-12-15 20:22:03
    - Local:        http://rallly:3000
2023-12-15 20:22:03
    - Network:      http://100.0.0.244:3000
2023-12-15 20:22:03
 
2023-12-15 20:22:03
  ✓ Ready in 144ms
2023-12-15 20:22:09
 Error sending email [Error: C03753BF6F7F0000:error:0A00010B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:355:
2023-12-15 20:22:09
 ] {
2023-12-15 20:22:09
   library: 'SSL routines',
2023-12-15 20:22:09
   reason: 'wrong version number',
2023-12-15 20:22:09
   code: 'ESOCKET',
2023-12-15 20:22:09
   command: 'CONN'
2023-12-15 20:22:09
 }

Nachtschwingeswildhunt avatar Dec 15 '23 20:12 Nachtschwingeswildhunt