Amazon SES API - Come configurare?

Sto cercando di utilizzare la mia istanza Discourse con l’API Amazon SES, configurata come segue:

 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           # (opzionale, valore predefinito true)

Nessun errore in /var/discourse/shared/standalone/log/rails/production.log relativo ad AWS.
Nessuna email consegnata e nessuna attività recente nell’Identity and Access Management (IAM) di Amazon SES.

In pratica, la connessione non raggiunge l’API di AWS; non so davvero cosa fare. Avete qualche suggerimento?

2 Mi Piace

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

1 Mi Piace

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

1 Mi Piace

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

2 Mi Piace

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 Mi Piace

Here’s the solution You’ll need:

5 Mi Piace

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