LL
Size: a a a
LL
curl -s 'https://gitlab.example.com/api/v4/users' | jq -r '.[].email' | while read; do mail -s 'Gitlab address change' -r 'gitlab-admin@example.com' "${REPLY}" <<< 'Gitlab address changed from X to Y'; done
LL
curl -s 'https://gitlab.example.com/api/v4/users' | jq -r '.[].email' | while read; do mail -s 'Gitlab address change' -r 'gitlab-admin@example.com' "${REPLY}" <<< 'Gitlab address changed from X to Y'; done
A
A
M
АЖ
СЛ
SM
SP
A