ken_nogi/oldCode/express/Mail.json
Kenichiro NOGI 06c28e8b5a oldCode: 旧LINEWORKS/Pleasanter連携コード一式を追加
express/LINEWORKS_Pleasanter/LINEWORKS_sendMessage、いずれも過去の
Express実装。Gitea移行に伴い保管。

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-09-05 10:42:21 +09:00

15 lines
488 B
JSON

{
"SmtpHost": "smtp.sendgrid.net",
"SmtpPort": "0",
"SmtpUserName": "apikey",
"SmtpPassword": "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",
"SmtpEnableSsl": false,
"ServerCertificateValidationCallback": false,
"SecureSocketOptions": null,
"FixedFrom": null,
"AllowedFrom": null,
"SupportFrom": "\"NEXTOFFICE\" <systemadmin@next-hd.co.jp>",
"InternalDomains": "",
"Encoding": null,
"ContentEncoding": null
}