Search code examples
wso2esbwso2-micro-integrator

No MailTransportSender in WSO2 Micro Integrator?


I am working with Micro Integrator which is available inside latest Integration studio as run time. When I check the axis2.xml file to configure the MailTransportSender to send email notifications, I didn't see those properties.

I tried to copy those from ESB profile and tried to use in Micro Integrator. As soon as I start the server the properties are disappearing from axis2.xml file of Micro Integrator.

How do I resolve this?


Solution

  • It should work in Micro Integrator. But the way you add them is different. Micro Integrator comes with new deployment toml file, where you have to edit all the configurations, which will overwrite the config files on startup ( also axis2 ). Please refer the documentation https://ei.docs.wso2.com/en/latest/micro-integrator/setup/transport_configurations/configuring-transports/#configuring-the-mailto-transport for more details.

    Thanks ! Nirothipan