Articles in this section

How to use mandrill as mailTransportOptions as delivery option in pivot to schedule reports ?

1. Go to Imply Manager UI > Setup > Advanced Config > Pivot and add the following:

 

mailTransportOptions:
host: 'smtp.mandrillapp.com'
port: 587
secure: false
auth:
user: any username will work as it is not used by Mandrill
pass: valid API key
defaultSender: '"Scheduled Report(testing)" <valid_email@gmail.com>'

Since Mandrill does not require a username for authentication, you can provide any username.

2)Restart the cluster and Log into pivot UI > Reports > create a report and click on ‘Delivery now’ to test if the setup is working as expected. Check the pivot log if the report is not delivered.

 

Was this article helpful?
0 out of 0 found this helpful