Davide Pesavento | ffe487b | 2025-01-04 00:46:10 -0500 | [diff] [blame] | 1 | [ndncert.smtp] |
Zhiyi Zhang | 576aad1 | 2017-10-03 15:41:53 -0700 | [diff] [blame] | 2 | SMTP_SERVER = localhost or remote smtp server |
| 3 | SMTP_PORT = port number, usually one from 25 465 587 |
Davide Pesavento | cf216ea | 2025-01-04 01:02:23 -0500 | [diff] [blame] | 4 | ENCRYPT_MODE = select one from ssl/starttls/none |
Zhiyi Zhang | 576aad1 | 2017-10-03 15:41:53 -0700 | [diff] [blame] | 5 | SMTP_USER = leave it empty if you do not have one |
| 6 | SMTP_PASSWORD = leave it empty if you do not have one |
| 7 | |
Davide Pesavento | ffe487b | 2025-01-04 00:46:10 -0500 | [diff] [blame] | 8 | [ndncert.email] |
Davide Pesavento | 397faa9 | 2025-01-04 20:56:56 -0500 | [diff] [blame^] | 9 | from = NDN Certificate Robot <noreply@ndncert.named-data.net> |
| 10 | subject = Your NDNCERT verification code |
| 11 | text_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. |
| 19 | html_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> |