Jakub Bouček
Jakub Bouček
Hm, issues na to použít mě nikdy nenapadlo. Zajímavá myšlenka. Na nějaké texty jsem zkoušel používat Gist, ale tam mi vadilo, že tam jste pull, ale push nijak nefunguje, navíc...
@JanTvrdik You right. Make autoinvoke this method looks like bad practice. I think about your words, now whole `initialize` method looks like part for `Configurator`, not `DI\Container` because all known...
I promise, next time I will be more read, than write :)
Looks good. But probably unnecessary, because you can set on bucket [LifeCycle Management](https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html) to expire object. For example: you can set to delete received ecah email after 1 day.
Back to our discussion: you are right, but my experience is: Set LifeCycle to 1 week at least. It is good for keep stack cleaned, but still ready to debug...
This tool is very simple and it doesn't solve retry when the script failed. But, you can monitoring AWS Lambda and when fail, you can find a very detailed log...
> Does non-existent address is a Soft Bounce reason? :) `Soft` are only temporary reasons. Non-existent recipient's address is clasifies as `hard-bounce`, because can not be assumed the mailbox will...
Try to use `\n` line delimiter in end of header instead of `\r`.
Honestly, I have the same issue – AWS SES has very weak spam filter and here is no simple way to catch more spam until AWS doesn't make better filter...
You can simulate request to Lamda via Lambda Test.