Hi
If I select multiple documents from a view, and in each of these documents is the persons name, email etc., how can I mail all those people that I have selected?
If I select more that one document, ticks appear next to these document. When I then select an action which contains an @MailSend formulae, only the 1 mail is sent. I need to send mail to all those people whose documents have been selected.
This is the formulae that I have used:
@MailSend(FirstName + “@domain.co.za”;“”;“”; “Please check that all personal details are up to date.”;“”; “Please click on the following link”; [IncludeDoclink])
Thanks