1
0

index.rst 799 B

123456789101112131415161718192021222324252627282930313233
  1. .. _tutorials:
  2. Tutorials
  3. =========
  4. Welcome to Red Mail's tutorials!
  5. See:
  6. - :ref:`This to learn how to configure and get started <getting-started>`
  7. - :ref:`This to send with text and HTML bodies <sending-emails>`
  8. - :ref:`This to send with attachments <attachments>`
  9. - :ref:`This to send with embedded content (in HTML) <embedded>`
  10. - :ref:`This to send with dynamic HTML (Jinja) <jinja-support>`
  11. - :ref:`This to send using HTML templates (Jinja) <templating>`
  12. - :ref:`This to configure Red Mail to various SMTP providers (ie. Gmail) <templating>`
  13. And see - :ref:`cookbook <cookbook>` for example use cases.
  14. .. toctree::
  15. :maxdepth: 1
  16. :caption: Contents:
  17. getting_started
  18. sending
  19. attachments
  20. body_content
  21. jinja_support
  22. templating
  23. cookbook
  24. config
  25. client
  26. example