/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5/script/ |
H A D | reconStats.js | 4 // Then use the external email service to email the report 24 var email = { 36 if (openidm.read("config/external.email")) { 48 email._body = template({ 54 openidm.action("external/email", "sendEmail", email);
|
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/services/email/ |
H A D | package-info.java | 18 * Service interface for sending email messages and default implementation. 22 package org.forgerock.openam.services.email
|
H A D | MailServer.java | 25 package org.forgerock.openam.services.email; 32 * Pluggable interface for all email sending in OpenAM. Can be configured on a per-realm or global basis via the 43 * Sends an email message, containing HTML, using default MailServer settings. 53 * Sends an email message, containing HTML, using specified options given 67 * Sends an email message using specified 81 * Sends an email message using default MailServer settings 90 * Sends an email message using default MailServer settings. 93 * the address that the email message is sent 97 * the content contained in the email message 99 * the mime type to be used for the email [all...] |
H A D | MailServerImpl.java | 25 package org.forgerock.openam.services.email; 41 * Default {@link MailServer} implementation that sends email via the configured SMTP server. 100 * @param scm Service Configuration of the email service
|
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/services/email/ |
H A D | package-info.java | 18 * Service interface for sending email messages and default implementation. 22 package org.forgerock.openam.services.email
|
H A D | MailServer.java | 25 package org.forgerock.openam.services.email; 32 * Pluggable interface for all email sending in OpenAM. Can be configured on a per-realm or global basis via the 43 * Sends an email message, containing HTML, using default MailServer settings. 53 * Sends an email message, containing HTML, using specified options given 67 * Sends an email message using specified 81 * Sends an email message using default MailServer settings 90 * Sends an email message using default MailServer settings. 93 * the address that the email message is sent 97 * the content contained in the email message 99 * the mime type to be used for the email [all...] |
H A D | MailServerImpl.java | 25 package org.forgerock.openam.services.email; 41 * Default {@link MailServer} implementation that sends email via the configured SMTP server. 100 * @param scm Service Configuration of the email service
|
/forgerock/openam-v13/openam-uma/src/main/java/org/forgerock/openam/uma/ |
H A D | UmaEmailService.java | 35 import org.forgerock.openam.services.email.MailServer; 36 import org.forgerock.openam.services.email.MailServerImpl; 41 * An email service for UMA which sends HTML bodied emails and resolves the provided 42 * {@literal to} username with the {@literal realm} to the users email address. 50 * Sends a HTML email to the specified user. 53 * @param to The username of the user to send the email to. 54 * @param subject The subject of the email. 55 * @param message The body of the email 56 * @throws MessagingException If the email could not be sent. 58 public void email(Strin method in class:UmaEmailService [all...] |
/forgerock/openidm-v4/openidm-external-email/src/main/java/org/forgerock/openidm/external/email/metadata/ |
H A D | ConfigMeta.java | 24 package org.forgerock.openidm.external.email.metadata; 28 import org.forgerock.openidm.external.email.impl.EmailServiceImpl; 29 import org.forgerock.openidm.external.email.impl.EmailClient;
|
/forgerock/openidm-v4/openidm-external-email/src/test/java/org/forgerock/openidm/external/email/impl/ |
H A D | EmailServiceImplTest.java | 16 package org.forgerock.openidm.external.email.impl;
|
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/ |
H A D | UmaEmailService.java | 35 import org.forgerock.openam.services.email.MailServer; 36 import org.forgerock.openam.services.email.MailServerImpl; 41 * An email service for UMA which sends HTML bodied emails and resolves the provided 42 * {@literal to} username with the {@literal realm} to the users email address. 50 * Sends a HTML email to the specified user. 53 * @param to The username of the user to send the email to. 54 * @param subject The subject of the email. 55 * @param message The body of the email 56 * @throws MessagingException If the email could not be sent. 58 public void email(Strin method in class:UmaEmailService [all...] |
/forgerock/openidm-v4/openidm-external-email/src/main/java/org/forgerock/openidm/external/email/impl/ |
H A D | EmailServiceImpl.java | 25 package org.forgerock.openidm.external.email.impl; 69 @Property(name = ServerConstants.ROUTER_PREFIX, value = "external/email") }) 72 public static final String PID = "org.forgerock.openidm.external.email"; 114 logger.debug("external email client enabled"); 116 logger.warn("Configuration invalid, can not start external email client service.", ex); 119 logger.info(" external email service started.");
|
H A D | EmailClient.java | 25 package org.forgerock.openidm.external.email.impl; 98 * Send the email according to the parameters in <em>params</em>: 101 * to : The To: recipients - a comma separated email address strings 102 * cc: The Cc: recipients - a comma separated email address strings 103 * bcc: The Bcc: recipients - a comma separated email address strings 129 throw new BadRequestException("From: email address is absent"); 132 throw new BadRequestException("Bad From: email address"); 138 throw new BadRequestException("Bad To: email address"); 148 throw new BadRequestException("Bad Cc: email address"); 158 throw new BadRequestException("Bad Bcc: email addres [all...] |
/forgerock/opendj2/ext/ant/lib/ |
H A D | ant-javamail.jar | ... org/apache/tools/ant/taskdefs/ org/apache/tools/ant/taskdefs/email/ org/apache/tools/ant/taskdefs/email/MimeMailer$SimpleAuthenticator. ... |
/forgerock/opendj-b2.6/ext/ant/lib/ |
H A D | ant-javamail.jar | ... org/apache/tools/ant/taskdefs/ org/apache/tools/ant/taskdefs/email/ org/apache/tools/ant/taskdefs/email/MimeMailer$SimpleAuthenticator. ... |
/forgerock/opendj2.6.2/ext/ant/lib/ |
H A D | ant-javamail.jar | ... org/apache/tools/ant/taskdefs/ org/apache/tools/ant/taskdefs/email/ org/apache/tools/ant/taskdefs/email/MimeMailer$SimpleAuthenticator. ... |
/forgerock/opendj2-hg/ext/ant/lib/ |
H A D | ant-javamail.jar | ... org/apache/tools/ant/taskdefs/ org/apache/tools/ant/taskdefs/email/ org/apache/tools/ant/taskdefs/email/MimeMailer$SimpleAuthenticator. ... |
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/ |
H A D | ant-javamail.jar | ... org/apache/tools/ant/taskdefs/ org/apache/tools/ant/taskdefs/email/ org/apache/tools/ant/taskdefs/email/MimeMailer$SimpleAuthenticator. ... |
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/services/email/ |
H A D | MailServerImplTest.java | 25 package org.forgerock.openam.services.email;
|
/forgerock/openidm-v4/openidm-workflow-activiti/src/main/java/org/forgerock/openidm/workflow/activiti/impl/ |
H A D | JsonUser.java | 86 public void setEmail(String email) { argument
|
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/services/email/ |
H A D | MailServerImplTest.java | 25 package org.forgerock.openam.services.email;
|
/forgerock/opendj-b2.6/tests/staf-tests/shared/python/ |
H A D | common.py | 430 class email(staf_service): class in class:test_env 431 'Container to hold email service objects'
|
/forgerock/opendj2/tests/staf-tests/shared/python/ |
H A D | common.py | 429 class email(staf_service): class in class:test_env 430 'Container to hold email service objects'
|
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/ |
H A D | common.py | 430 class email(staf_service): class in class:test_env 431 'Container to hold email service objects'
|
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/ |
H A D | common.py | 430 class email(staf_service): class in class:test_env 431 'Container to hold email service objects'
|