pabloveintimilla / mautic-amazon-ses

Mautic 5 plugin, provides Amazon SES as an email transport and callback to process bounces
GNU General Public License v3.0
30 stars 5 forks source link

Mautic 5.1.0 #2

Closed roberto-tenil closed 2 months ago

roberto-tenil commented 4 months ago

Nice plugin, but it's not working in Mautic 5.1.0. Can you give a look? Thank you.

pabloveintimilla commented 4 months ago

Hi,

Can you detail the error or some screenshot.

Thanks!

brunopastorellorocktrade commented 4 months ago

Hello,

I am experiencing an invalid DNS error. Do you know why this might be happening? I will send an image to see if perhaps there is an issue with incorrect input. image

pabloveintimilla commented 4 months ago

Check if plugin is enabled. Mautic

I confirm that plugin work in Mautic 5.1

roberto-tenil commented 1 month ago

Hi,

Can you detail the error or some screenshot.

Thanks!

image

Unable to send an email: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details. (code InvalidSignatureException).

I have already checked the credentials... they are correct and with full access to both SES and SNS.

Do you have any other thoughts on what the problem could be?

Thank you very much.

brunopastorellorocktrade commented 1 month ago

@roberto-tenil , eu estava enfrentando esse mesmo problema até ontem. A questão é que a chave acaba sendo armazenada incorretamente nas configurações locais. Não tenho certeza se é causado pelo plugin ou pelo próprio Mautic. O que fiz foi inserir manualmente a chave diretamente no arquivo de configuração. Se você verificar, verá que a chave está diferente do esperado. Isso causa problemas, pois ao enviar para o AWS, a string incorreta é enviada.

roberto-tenil commented 1 month ago

@brunopastorellorocktrade É exatamente isso que está acontecendo.

Chave armazenada incorretamente no arquivo config/local.php. Coloquei a chave manualmente e funcionou na hora.

Obrigado pela ajuda.


This is exactly what is happening.

Key stored incorrectly in config/local.php file. I entered the key manually and it worked right away.

Thanks for your help.