In informatica BDM I would like to send an email based on the contents of a database (subject, recipient, sender, body). In my current implementation I am using a Java transformation using the javax.mail.jar and the activation framework but it will not send mail over my smtp server. I am aware I can send emails through a workflow, but I want to see if I can do it through a mapping as a proof of concept. Is this at all possible? I have seen it done in PowerCenter before but that implementation has depreciated in BDM.
↧