Question Soufiane Amroun · Oct 12, 2017 setting SMTP server #Business Operation #Ensemble Hi, i want to configure my business operation for sending Emails to my clients , but any ideas .i know that the settings will be on the "EnsLib.EMail.OutboundAdapter" but how?please can you help me?thank's 0 0 575
Sean Connelly · Oct 12, 2017 I would start be reading the documentation here...https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=EEMA_outboundAlso, take a look at the EnsDemo examples, there is an email operation in the Demo.Loan.FindRateProduction that you can take a look at. Stefan Wittmann · Oct 12, 2017 I also advice to use a local mailserver, which eases configuration and testing. A popular example is PaperCut:https://github.com/changemakerstudios/papercutIt is much easier to spot configuration issues as you can take a look at the mailserver logs as well.HTH,Stefan
Stefan Wittmann · Oct 12, 2017 I also advice to use a local mailserver, which eases configuration and testing. A popular example is PaperCut:https://github.com/changemakerstudios/papercutIt is much easier to spot configuration issues as you can take a look at the mailserver logs as well.HTH,Stefan
I would start be reading the documentation here...
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=EEMA_outbound
Also, take a look at the EnsDemo examples, there is an email operation in the Demo.Loan.FindRateProduction that you can take a look at.
I also advice to use a local mailserver, which eases configuration and testing. A popular example is PaperCut:
https://github.com/changemakerstudios/papercut
It is much easier to spot configuration issues as you can take a look at the mailserver logs as well.
HTH,
Stefan