You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm maybe not understanding exactly how the forms functionality works, but it seems like sending email is restricted to a single mail account, the one set up that Meli uses for sending admin emails.
With potentially many sites/domains on a single Meli instance it would be useful to allow them to send mail through their choice of SMTP server.
It would be handy to be able to configure a site's forms to use specific mail host and credentials rather than it all getting piped through MELI_MAIL_HOST
The text was updated successfully, but these errors were encountered:
Would it make sense to extend the existing 'forms' form to include the host and credentials field? That way when using the API to send the email the credentials can be dynamically checked and maybe fall back to the Meli defaults.
Forget what I said. As you say, we just need to extend the "forms" form (weird to say haha) and can fallback to the defaults when that info is not given. We will need to refactor a bit the email logic.
I'm maybe not understanding exactly how the forms functionality works, but it seems like sending email is restricted to a single mail account, the one set up that Meli uses for sending admin emails.
With potentially many sites/domains on a single Meli instance it would be useful to allow them to send mail through their choice of SMTP server.
It would be handy to be able to configure a site's forms to use specific mail host and credentials rather than it all getting piped through
MELI_MAIL_HOST
The text was updated successfully, but these errors were encountered: