Hello,
I would like to send email picking the template from AEM, and also dynamically adding values to the template using the workflow code. I would like to construct the "TO" list in an email dynamically, picking it up from a group of users(group A), and would like to insert a line, "URL" dynamically in the email template .txt file.
Please let me know.
Regards,
Nicole
Solved! Go to Solution.
Views
Replies
Total Likes
The problem is that you are embedding commons-email. Don't do this. Your bundle needs to import org.apache.commons.
Managed to sort it out, thanks justin, your feedback was much helpful.
If you look at the OSGi console, you'll see that the bundle included in the product exports package version 1.2, which is outside the import range you have there. Since this package is used as part of the API of the mailer service, you should use the same version.
Port 465 is where Google exposes their SMTP+SSL endpoint. Port 587 is for STARTTLS.
justin_at_adobe wrote...
Port 465 is where Google exposes their SMTP+SSL endpoint. Port 587 is for STARTTLS.
See https://support.google.com/mail/answer/13287?hl=en
I believe 465 should have worked but in vain, il keep trying, might be firewall.
Views
Likes
Replies