- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for SendMail (0.07 sec)
-
src/main/java/org/codelibs/fess/exec/Crawler.java
} if (logger.isInfoEnabled()) { logger.info("[CRAWL INFO] {}", buf); } // notification try { crawler.sendMail(infoMap); } catch (final Exception e) { logger.warn("Failed to send notification mail.", e); } } } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 31.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/AdminGeneralAction.java
* * @param form the mail form containing notification settings * @return HTML response after sending test mail */ @Execute @Secured({ ROLE }) public HtmlResponse sendmail(final MailForm form) { validate(form, messages -> {}, () -> asHtml(path_AdminGeneral_AdminGeneralJsp)); final String[] toAddresses = form.notificationTo.split(",");Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 14.4K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/general/admin_general.jsp
<button type="submit" class="btn btn-default ${f:h(editableClass)}" name="sendmail" value="test"> <la:message key="labels.send_testmail"/> </button> </div>
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 42.8K bytes - Viewed (0) -
api/go1.txt
pkg net/smtp, func Dial(string) (*Client, error) pkg net/smtp, func NewClient(net.Conn, string) (*Client, error) pkg net/smtp, func PlainAuth(string, string, string, string) Auth pkg net/smtp, func SendMail(string, Auth, string, []string, []uint8) error pkg net/smtp, method (*Client) Auth(Auth) error pkg net/smtp, method (*Client) Data() (io.WriteCloser, error) pkg net/smtp, method (*Client) Extension(string) (bool, string)
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)