I went through product library and found that there is a method called xdmp:email($node) which can send email only using a thing called smtp relay(?) which does NOT require any authentication. How can I send email using my email for example with following configuration:
outgoing smtp server: smtp.gmail.com
smtp port: 465
username: [email protected]
password: ****
Use secure connection: true.
This set of parameters are common when we automate the 'send email' process. Now, in marklogic, we have a method named xdmp:email which doesnot provide any place to specify these parameters. So how can we send email in marklogic ?