This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app
Martin Brennan 4086ee551e
DEV: Add bounce_error_code to EmailLog (#15948)
Whenever we got a bounced email in the Email::Receiver we
previously would just set bounced: true on the EmailLog and
discard the status/diagnostic code. This commit changes this
flow to store the bounce error code (defined in the RFC at
https://www.iana.org/assignments/smtp-enhanced-status-codes/smtp-enhanced-status-codes.xhtml)
not just in the Email::Receiver, but also via webhook events
from other mail services and from SNS.

This commit does not surface the bounce error in the UI,
we can do that later if necessary.
2022-02-15 14:17:26 +10:00
..
assets DEV: Prefix deprecation notices with plugin name (#15942) 2022-02-14 20:13:52 +00:00
controllers DEV: Add bounce_error_code to EmailLog (#15948) 2022-02-15 14:17:26 +10:00
helpers FIX: Update application_helper logic now that Ember CLI is default (#15935) 2022-02-14 13:48:18 +00:00
jobs DEV: Add bounce_error_code to EmailLog (#15948) 2022-02-15 14:17:26 +10:00
mailers FEATURE: Allow sending group SMTP emails with from alias (#15687) 2022-02-07 13:52:01 +10:00
models DEV: Add bounce_error_code to EmailLog (#15948) 2022-02-15 14:17:26 +10:00
serializers FEATURE: Add external_id to topics (#15825) 2022-02-08 20:55:32 -07:00
services DEV: Fix small typo. (#15904) 2022-02-11 11:51:51 +08:00
views PERF: Update ember-auto-import and webpack (#15919) 2022-02-14 11:21:39 +00:00