setting SMTP server
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
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
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