- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for SMTP (0.19 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessEnv.java
*/ boolean isMailSendMock(); /** * Get the value for the key 'mail.smtp.server.main.host.and.port'. <br> * The value is, e.g. localhost:25 <br> * comment: SMTP server settings for main: host:port * @return The value of found property. (NotNull: if not found, exception but basically no way) */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/FessEnvTest.java
props.setProperty(FessEnv.MAIL_SMTP_SERVER_MAIN_HOST_AND_PORT, "smtp-relay.example.com:465"); props.setProperty(FessEnv.MAIL_SUBJECT_TEST_PREFIX, "[テスト環境]"); props.setProperty(FessEnv.MAIL_RETURN_PATH, "******@****.***"); return props; } }; assertEquals("smtp-relay.example.com:465", specialMailEnv.getMailSmtpServerMainHostAndPort());
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessMailDeliveryDepartmentCreatorTest.java
assertEquals(from, ComponentUtil.getFessConfig().getMailFromAddress()); } } // Test with different hostnames public void test_differentHostnames() { String[] hostnames = { "smtp.gmail.com", "mail.example.com", "localhost", "192.168.1.1" }; for (String hostname : hostnames) { ComponentUtil.setFessConfig(new FessConfig.SimpleImpl() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 6.2K bytes - Viewed (0) -
schema/naming.go
// https://github.com/golang/lint/blob/master/lint.go#L770 commonInitialisms = []string{"API", "ASCII", "CPU", "CSS", "DNS", "EOF", "GUID", "HTML", "HTTP", "HTTPS", "ID", "IP", "JSON", "LHS", "QPS", "RAM", "RHS", "RPC", "SLA", "SMTP", "SSH", "TLS", "TTL", "UID", "UI", "UUID", "URI", "URL", "UTF8", "VM", "XML", "XSRF", "XSS"} commonInitialismsReplacer *strings.Replacer ) func init() {
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Wed Jun 12 03:46:59 UTC 2024 - 5.3K bytes - Viewed (0)