Mercurial Hosting > mailer
comparison src/index.html @ 8:f35ce99118ad
minor
| author | Franklin Schmidt <fschmidt@gmail.com> | 
|---|---|
| date | Sun, 15 Sep 2024 10:48:05 -0600 | 
| parents | ecc665c507b5 | 
| children | 14932af93327 | 
   comparison
  equal
  deleted
  inserted
  replaced
| 7:ecc665c507b5 | 8:f35ce99118ad | 
|---|---|
| 121 | 121 | 
| 122 <p>Note that all <b>mail</b> fields except <b>body</b> are simply passed directly to SMTP.</p> | 122 <p>Note that all <b>mail</b> fields except <b>body</b> are simply passed directly to SMTP.</p> | 
| 123 | 123 | 
| 124 <p>Port 465 uses SSL. Other ports are unencrypted. If anyone can give me good reason why TLS or STARTTLS are needed, I can implement them.</p> | 124 <p>Port 465 uses SSL. Other ports are unencrypted. If anyone can give me good reason why TLS or STARTTLS are needed, I can implement them.</p> | 
| 125 | 125 | 
| 126 <p>Here is <a href="https://hg.reactionary.software/repo/mailer/">the source</a> of this website. This service is implemented in <a href="http://www.luan.software/">Luan</a>. The entire implemention is in the file <a href="/send.json.luan">send.json.luan</a>. And here is <a href="https://mikraite.arkian.net/Mailer-REST-API-tp3435.html">a discussion thread</a> if you want to comment.</p> | 126 <p>Here is <a href="https://hg.reactionary.software/repo/mailer/">the source</a> of this website. This service is implemented in <a href="https://www.luan.software/">Luan</a>. The entire implemention is in the file <a href="/send.json.luan">send.json.luan</a>. And here is <a href="https://mikraite.arkian.net/Mailer-REST-API-tp3435.html">a discussion thread</a> if you want to comment.</p> | 
| 127 </body> | 127 </body> | 
| 128 <script> init(); </script> | 128 <script> init(); </script> | 
| 129 </html> | 129 </html> | 
