دعم مساعدة المستخدمين الذين لا ترتد رسائلهم الإلكترونية، بل تُعتبر غير مُسلَّمة

Continuing the discussion from Support for contacting users whose emails are bouncing:

It would be SUPER handy to have the Queue ID of the mail server for the sent message available here to track down wayward messages which the end user has not received but which have also not bounced.

إعجاب واحد (1)

إجابة متأخرة جدًا، لكن ألا نضيف الآن رأس بريد إلكتروني لهذا؟

Feedback-ID: meta:user_private_message:discoursemail

لا، يتم ذلك عبر إعدادات الاستضافة الداخلية لدينا، وليس عبر نواة Discourse.

إعجابَين (2)

إضافة رأس لن تحقق ما أقصده - أنا أبحث عن عمود آخر هنا:

وعند النقر على معرف الطابور، سيُظهر لك رسالة القبول الكاملة:

250 2.6.0 <f4503f85-0994-476a-9a35-50c48bc6e44c@forum.example.net> [InternalId=103560258941449, Hostname=HE1EUR02HT144.eop-EUR02.prod.protection.outlook.com] 113568 bytes in 0.525, 211.090 KB/sec Queued mail for delivery -> 250 2.1.5

عندما يرسل Net::SMTP رسالة بريد إلكتروني، فإنه يُرجع استجابة قبول الطابور:

=> #<Net::SMTP::Response:0x00005625217b7888 @status="250", @string="250 2.0.0 Ok: queued as B29C51220EB\n">

لأغراض هذا الغرض، يمكننا حفظ string كـ “دليل على الإرسال”، مما سيجعل مهمة تتبع البريد الإلكتروني من البداية إلى النهاية أكثر سهولة بكثير.

3 إعجابات