{% extends "withnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block service_page_title %} Text message sender {% endblock %} {% block maincolumn_content %}
Your service can send letters.
If you want to stop your sending from sending letters, get in touch with the GOV.UK Notify team.
{% else %}Using GOV.UK Notify to send letters is an invitation‑only feature.
If you want to try it out, get in touch with the GOV.UK Notify team.
{% endif %} {{ page_footer( back_link=url_for('.service_settings', service_id=current_service.id), back_link_text='Back to settings' ) }}