Open nafergo opened 4 months ago
Seems this is something with the SMT server, I've just checked logs and show 👇
[2024-07-25 19:06:29,471] DEBUG in smtp_service: Sending email via SMTP
[2024-07-25 19:06:29,553] CRITICAL in general: Application GET API - unhandled error: {'': (501, b'Invalid RCPT TO address provided')}
[2024-07-25 19:06:34,262] DEBUG in smtp_service: Sending email via SMTP
[2024-07-25 19:06:34,303] CRITICAL in general: Application GET API - unhandled error: {'': (501, b'Invalid RCPT TO address provided')}
[2024-07-25 19:06:37,114] DEBUG in smtp_service: Sending email via SMTP
[2024-07-25 19:06:37,193] CRITICAL in general: Application GET API - unhandled error: {'': (501, b'Invalid RCPT TO address provided')}
[2024-07-25 19:06:40,048] DEBUG in smtp_service: Sending email via SMTP
[2024-07-25 19:06:40,148] CRITICAL in general: Application GET API - unhandled error: {'': (501, b'Invalid RCPT TO address provided')}
[2024-07-25 19:06:49,581] DEBUG in smtp_service: Sending email via SMTP
[2024-07-25 19:06:49,636] CRITICAL in general: Application GET API - unhandled error: {'': (501, b'Invalid RCPT TO address provided')}
@Rub21 is this something you think needs fixing in the frontend or is this a backend issue?
Error codes look back-endy to me, but I am not sure how this contact form works
@danrademacher this is part of the backend, I have just fixed the issue and sent couple of test email from staging to ohm-admins@googlegroups.com
unable to use contact form because of this