2024-04-24 12:31:00 -07:00
|
|
|
{% extends "base.html" %}
|
2020-01-21 09:28:59 +00:00
|
|
|
|
|
|
|
|
{% block per_page_title %}
|
2020-01-22 11:00:21 +00:00
|
|
|
Send files by email
|
2020-01-21 09:28:59 +00:00
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block content_column_content %}
|
|
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
<h1 class="font-body-2xl margin-bottom-3">Send files by email</h1>
|
2020-02-19 08:20:38 +00:00
|
|
|
|
2023-08-08 16:19:17 -04:00
|
|
|
<p>To send a file by email, follow the instructions in our <a class="usa-link" href="{{ url_for('.documentation') }}">API documentation</a>.</p>
|
2020-01-21 09:28:59 +00:00
|
|
|
|
2023-06-06 15:28:24 -04:00
|
|
|
<p>This is an API-only feature.</p>
|
2020-02-19 08:20:38 +00:00
|
|
|
|
2020-01-21 09:28:59 +00:00
|
|
|
{% endblock %}
|