Davide Pesavento | ffe487b | 2025-01-04 00:46:10 -0500 | [diff] [blame] | 1 | [ndncert.smtp] |
Davide Pesavento | 74f837d | 2025-01-05 15:34:44 -0500 | [diff] [blame] | 2 | # Address or hostname of SMTP server |
| 3 | smtp_server = |
| 4 | # SMTP server port number; usually 25, 465, or 587 |
| 5 | smtp_port = |
| 6 | # One of ssl/starttls/none |
| 7 | encrypt_mode = |
| 8 | # Optional username and password for SMTP authentication |
| 9 | #smtp_user = |
| 10 | #smtp_password = |
Zhiyi Zhang | 576aad1 | 2017-10-03 15:41:53 -0700 | [diff] [blame] | 11 | |
Davide Pesavento | ffe487b | 2025-01-04 00:46:10 -0500 | [diff] [blame] | 12 | [ndncert.email] |
Davide Pesavento | 397faa9 | 2025-01-04 20:56:56 -0500 | [diff] [blame] | 13 | from = NDN Certificate Robot <noreply@ndncert.named-data.net> |
| 14 | subject = Your NDNCERT verification code |
| 15 | text_template = Your email was recently used to apply for a digital certificate from NDNCERT. |
| 16 | Here is the verification code to enter into your application and complete the certificate issuance process. Do not share this code with anyone else. |
| 17 | |
| 18 | Your verification code is: ${secret} |
| 19 | CA name: ${ca_name} |
| 20 | Certificate name: ${cert_name} |
| 21 | |
| 22 | If you do not know what is going on, please ignore this message. |
| 23 | html_template = <!DOCTYPE html> |
| 24 | <p>Your email was recently used to apply for a digital certificate from NDNCERT.<br> |
| 25 | 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> |
| 26 | <p><strong>Your verification code is: <code>${secret}</code></strong><br> |
| 27 | CA name: <code>${ca_name}</code><br> |
| 28 | Certificate name: <code>${cert_name}</code></p> |
| 29 | <p>If you do not know what is going on, please ignore this message.</p> |