mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00

Sending from the submitters address runs afoul to DMARC and other restrictions. Instead, send the email from a defined noreply address. Instead, add the original submitter to both the Cc and the Reply-To header, to make sure they receive followups. Patch by Stephen, minor changes by Magnus
12 lines
402 B
HTML
12 lines
402 B
HTML
{%extends "base/page.html"%}
|
|
{%block title%}Documentation comment{%endblock%}
|
|
{%block contents%}
|
|
<h1>Documentation comment</h1>
|
|
<p>
|
|
Your documentation comment has been received, and been posted to
|
|
the <a href="/list/pgsql-docs/">pgsql-docs</a> mailinglist. It will
|
|
show up there as soon as it has cleared the moderator queue.
|
|
A copy of the comment has also been sent to your mailbox.
|
|
</p>
|
|
{%endblock%}
|