Mercurial Hosting > mailer
comparison src/index.html @ 2:6cc785c26513
remove communities.win
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 31 May 2023 13:10:40 -0600 |
parents | 6cd68fe047c7 |
children | 055db6736fc9 |
comparison
equal
deleted
inserted
replaced
1:6cd68fe047c7 | 2:6cc785c26513 |
---|---|
95 </script> | 95 </script> |
96 <title>Mailer REST API</title> | 96 <title>Mailer REST API</title> |
97 </head> | 97 </head> |
98 <body> | 98 <body> |
99 <h1>Mailer REST API</h1> | 99 <h1>Mailer REST API</h1> |
100 <h4><a href="http://www.reactionary.software/">Reactionary Software</a> by <a href="https://www.linkmystyle.com/fschmidt">fschmidt</a></h4> | 100 <h4><a href="http://www.reactionary.software/">Reactionary Software</a> by <a href="https://linkmy.style/fschmidt">fschmidt</a></h4> |
101 | 101 |
102 <p>Send emails by a POST request.</p> | 102 <p>Send emails by a POST request.</p> |
103 | 103 |
104 <form method=post action="/send.json"> | 104 <form method=post action="/send.json"> |
105 <p> | 105 <p> |
119 </p> | 119 </p> |
120 </form> | 120 </form> |
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>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 are discussion threads on <a href="https://communities.win/c/programming/p/16b6N5KIjr/mailer-rest-api/c">Scored</a> and <a href="http://www.mikraite.org/Mailer-REST-API-tp3435.html">Reactionary Software</a> if you want to comment.</p> | 124 <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="http://www.mikraite.org/Mailer-REST-API-tp3435.html">a discussion thread</a> if you want to comment.</p> |
125 </body> | 125 </body> |
126 <script> init(); </script> | 126 <script> init(); </script> |
127 </html> | 127 </html> |