Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Как отправить Email с прикрепленной таблицей #544

Discussion options

You must be logged in to vote

Здравствуйте.

  1. Собрал бы строчные части в отдельной ячейке использованием синтакисов html

  2. Через selectList собрал бы нужные мне строки с использованием фильтров и отправил бы все через emailSend

  3. На почту придет сообщение с телом таблицы, естественно все линий и т.п. сами настроите в html + css

По поводу файла, думаю таким же образом можно создать файл .txt и внутрь закинуть строки, разделив столбцы между собой,
Вот пример из документации:

emailSend(to: "[email protected]"; title: "Отправка письма"; body: "Тестовое письмо"; files: json[$filerow])
fileRow: rowCreate(field: "name" = "Текст файл.txt"; field: "filestring" = $text)
text: "Какой-то текст"

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@erpic-ru
Comment options

@Re-Requeste
Comment options

@vldekov
Comment options

@erpic-ru
Comment options

@ttm-alexeypolunin
Comment options

Answer selected by vldekov
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment