Custom Email Trigger through R recipe

Sumedh_Prasad
Level 1
Custom Email Trigger through R recipe

Hi Team,

I want to send an email based on upon custom email trigger condition.

I have installed necessary packages but still not able to trigger an email

I have consider the list of packages which is mentioned in this https://mailtrap.io/blog/r-send-email/

install.packages("sendmailR","mail","mailR","blastula","blatr","Immailgun","emayili")

Please note - I am using the Enterprise Level Dataiku DSS version 9.0

Please do the needful help.

 

Regards,

Sumedh

0 Kudos
1 Reply
AlexT
Dataiker

Hi @Sumedh_Prasad ,

Could you share any specific errors you are seeing and a snippet of your R code implementation, feel free to obfuscate any sensitive information. Often port 25 outbound is blocked and you should use relay. 

Also please note that there is a functionality within Scenario to send email messages which can be configured to send with conditions: https://doc.dataiku.com/dss/latest/scenarios/step_flow_control.html#if-condition-satisfied 

Screenshot 2021-10-18 at 09.30.53.png

0 Kudos