Hello Team,
As far as we understood if we would like to use SMTP we have two ways:
- First One : https://manual.seatable.io/config/sending_email/ for system notification
- Second One: Third Party Option
We used Amazon SES.
SES is well configured for system notifications, we received these ones without issues.
We have tried to implement it via the Third party option, but when we sent an email we have the following error (dtable_event_message):
[WARNING] Email sending failed. email: A**************P, error: (501, b'Invalid MAIL FROM address provided
It’s easily explained because Amazon request a verified “FROM” address, which is not the case of the IAM user used.
That’s the main difference with the configuration used in dtable_web as we can specify a FROM user.
Questions have been already raised : https://forum2.seatable.io/t/add-email-sender-name/1005/1
Did you have any workaround option that would allow us to use the feature please ?
Thanks !