Mail Sender
Sending emails including attachments

The Locoia Mail Sender allows and easy way to send your CSV, XML, other file types or simply just notification emails via email. Simply drag & drop the Mail helper to the workspace and then double click it. As always, you can edit the helper name and RefID if you click on the text or upper blue button as indicated on the below screenshot:

Mail Sender
Options:
- Email Subject: Write your email subject as you wish. Note that you can include smart data wrangling as indicated with {{ date }}. Find more on smart data wrangling.
- To Email Addresses: Enter one or multiple emails comma separated.
- CC Email Addresses: Enter one or multiple emails comma separated.
- Message: Enter any kind of text as in a normal email. Use Advanced View to enter text in html.
- Attachment Names: Name attachments accordingly as you wish and also feel free to add smart data wrangling to e.g. generate dynamic parts in your files.
- Attachment URL is: Link any file that has been created e.g. from the CSV Helper's action "Write CSV file".
- Reply to Email Addresses: Comma separated email addresses, which the recipient can respond to when receiving the email.
- Note: Only send emails to recipients you know and informed about emails you send them. Every email contains the possibility to unsubscribe from future emails. Emails can only be sent on paid plans.
Q: Is it possible to remove the “sent by locoia; unsubscribe” footer?
A: The Mail Sender Helper is only supposed to be used to send notifications to yourself/team members in case of errors, when specific events occur, or to send logs. To own the branding and send transactional and marketing emails, we recommend using services like SendGrid or Mailjet.
Q: How can I include hyperlinks in the email message?
A: Toogle the Advanced view button to write your email message in html format. Your previous written text will be automatically converted to html. Now you can add hyperlinks using the following tag:
<a href="https://domain.com">Link-Text</a>
. It is of course also possible to use smart data wrangling within the hyperlink or link text: <a href="{{ address }}">{{ text }}</a>
.Last modified 1yr ago