blob: de7809bea3cd768e94b0527ad3ce7085e911bc02 [file] [log] [blame]
Davide Pesaventoffe487b2025-01-04 00:46:10 -05001[ndncert.smtp]
Zhiyi Zhang576aad12017-10-03 15:41:53 -07002SMTP_SERVER = localhost or remote smtp server
3SMTP_PORT = port number, usually one from 25 465 587
Davide Pesaventocf216ea2025-01-04 01:02:23 -05004ENCRYPT_MODE = select one from ssl/starttls/none
Zhiyi Zhang576aad12017-10-03 15:41:53 -07005SMTP_USER = leave it empty if you do not have one
6SMTP_PASSWORD = leave it empty if you do not have one
7
Davide Pesaventoffe487b2025-01-04 00:46:10 -05008[ndncert.email]
Davide Pesavento397faa92025-01-04 20:56:56 -05009from = NDN Certificate Robot <noreply@ndncert.named-data.net>
10subject = Your NDNCERT verification code
11text_template = Your email was recently used to apply for a digital certificate from NDNCERT.
12 Here is the verification code to enter into your application and complete the certificate issuance process. Do not share this code with anyone else.
13
14 Your verification code is: ${secret}
15 CA name: ${ca_name}
16 Certificate name: ${cert_name}
17
18 If you do not know what is going on, please ignore this message.
19html_template = <!DOCTYPE html>
20 <p>Your email was recently used to apply for a digital certificate from NDNCERT.<br>
21 Here is the verification code to enter into your application and complete the certificate issuance process. Do not share this code with anyone else.</p>
22 <p><strong>Your verification code is: <code>${secret}</code></strong><br>
23 CA name: <code>${ca_name}</code><br>
24 Certificate name: <code>${cert_name}</code></p>
25 <p>If you do not know what is going on, please ignore this message.</p>