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 understand your concern. The idea was to avoid constantly modifying the MISP codebase and to enable more flexibility by using environment variables, making it easier to handle deployments with different SMTP environments.
I'd like to explore your recommendation on configuring mail to work as a relay further. Do you have any documentation or configuration examples that you could share so we can evaluate this alternative?
It is possible to add this configuration in variables?
Configure email relay settings in
config.php
for an external SMTP server.Set up the server parameters as required:
smtp.example.com
587
true
Send a test email from MISP (either by triggering an event or using the test email option).
it's like this MISP/email.php
The text was updated successfully, but these errors were encountered: