I am trying to send an email from the message mediation layer in API manager and I created a sequence which calls mailto URI.
I tried to edit the deployment.toml with the following configurations, still, the mailto sender is not getting.
I have added this configuration in deployment.toml but axis2.xml is not reflecting with this after restart. Mailto sender is not getting enabled.
[[transport.mail.sender]]
name = "mailto"
parameter.hostname = "localhost"
parameter.port = "25"
parameter.enable_tls = true
parameter.auth = true
parameter.username = "incoming"
parameter.password = "incoming123"
parameter.from = "[email protected]"