Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support batch email sending in "isolated recipient" mode #24

Closed
niuxuetao opened this issue Jun 20, 2015 · 1 comment
Closed

Support batch email sending in "isolated recipient" mode #24

niuxuetao opened this issue Jun 20, 2015 · 1 comment
Milestone

Comments

@niuxuetao
Copy link
Owner

Introduce <email> tag, for details, refer to the EmailTag class.

It supports smtp email sending with/without authentication, with/without ssl

It also supports sending separate emails based on the boolean @isolate attribute. when the value is true, it will not let any recipient know about any other recipient. This feature removes dependency on the well known batch bcc workaround.

Example: https://github.com/niuxuetao/paxml/blob/master/PaxmlCore/src/test/resources/selftest/emailTest.xml

@niuxuetao niuxuetao added this to the 1.8 milestone Jun 20, 2015
@niuxuetao
Copy link
Owner Author

done in r 1.8

@niuxuetao niuxuetao changed the title Support batch email sending Support batch email sending in "isolated recipient" mode Jun 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant