Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .vscode/welcome.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Welcome to the Mautic end user documentation editor!
Welcome to the Mautic End User documentation editor., open

We've already set up everything you need. To get started, follow these steps:
1. Open a file in the `docs/` folder (files that end with `.rst` are docs files)
2. Click the magnifier icon in the top right corner to see a LIVE preview of the file you're editing
Everything you need is already set up. To get started, follow these steps:
1. Open a file in the `docs/` folder - files that end with `.rst` are docs files.
2. Click the magnifier icon in the top right corner to see a live preview of the file you're editing.

Pretty cool, right?

Happy writing!
Happy writing.
2 changes: 1 addition & 1 deletion docs/channels/emails.rst
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ This is how it would be set up in Mautic's Email configuration:
To replace the Sendgrid API key, add it to the relevant field in the Email configuration and save. Mautic now uses the Sendgrid API to send Emails.

.. warning::
It's a nice perk that Mautic can use any transport provided by Symfony Mailer. However, be aware that such transports (from Symfony) don't support batch sending, even via API. They only send one email per request, as opposed to a thousand emails per request as is the case with some Mautic transports, which can make them slow at scale. They also don't support transport callback handling used for bounce management. If you plan to send larger volumes of Emails or need to use features which require callback handling, please consider using Email transports built specifically for such use. These plugins are available in the :doc:`Mautic Marketplace </marketplace/marketplace.rst>`.
It's a nice perk that Mautic can use any transport provided by Symfony Mailer. However, be aware that such transports (from Symfony) don't support batch sending, even via API. They only send one email per request, as opposed to a thousand emails per request as is the case with some Mautic transports, which can make them slow at scale. They also don't support transport callback handling used for bounce management. If you plan to send larger volumes of Emails or need to use features which require callback handling, please consider using Email transports built specifically for such use. These plugins are available in the :doc:`Mautic Marketplace <marketplace/marketplace.rst>`.

The system can either send Emails immediately or queue them for processing in batches by a :doc:`cron job </configuration/cron_jobs>`.

Expand Down
3 changes: 3 additions & 0 deletions docs/configuration/command_line_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,13 @@ These are the commands you may need to use in relation to your Mautic instance.
-
* - ``mautic:custom-field:create-column``
- Creates the actual column in the table
-
* - ``mautic:email:fetch``
- Fetch and process monitored Email.
-
* - messenger:consume email_transport
- Processes mail queue
-
* - ``mautic:import``
- If the CSV import is configured to run in background then this command will pick up the pending import jobs and imports the data from CSV files to Mautic.
-
Expand Down