Amazon SES API - كيفية الإعداد؟

أحاول استخدام مثيل Discourse الخاص بي مع واجهة برمجة تطبيقات Amazon SES، والإعدادات كالتالي:

DISCOURSE_SMTP_ADDRESS: email.eu-west-1.amazonaws.com
DISCOURSE_SMTP_PORT: 443
DISCOURSE_SMTP_USER_NAME: AKI_Access_key_ID
DISCOURSE_SMTP_PASSWORD: apikey
DISCOURSE_SMTP_ENABLE_START_TLS: true           # (اختياري، الافتراضي true)

لا توجد أخطاء في /var/discourse/shared/standalone/log/rails/production.log تتعلق بـ AWS.
لم يتم تسليم أي بريد إلكتروني، ولا توجد أي نشاط أخير لـ Identity and Access Management (IAM) Amazon SES.

بشكل أساسي، لا تصل الطلبات إلى واجهة برمجة تطبيقات AWS، ولا أعرف حقًا ما الذي يجب فعله. هل لديك أي اقتراحات؟

إعجابَين (2)

You’re using the wrong port. Try 25, 587, or 2587
Ref: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-connect.html

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

I’m trying to use the Amazon SES API not the SMTP.

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

Sorry, can’t use API as SMTP for discourse.

إعجابَين (2)

Yeah, I just realized that. That’s too bad because I can’t seem to manage setting up the bounce emails to appear in the Bounced section of Discourse, which causes emails to be sent to nonexistent emails.

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

Here’s the solution You’ll need:

5 إعجابات

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.