====== SendMail ====== The function **SendMail()** allows messages to be generated and sent during mapping runs. ===== Parameter: ===== - Mail server - Sender address - Recipient address((Several mail addresses can be specified, separated by semicolons.)) - Subject - Message text - Attachment((optional)) In the subject and message body, [[en:prozessdefinition:repositorien:kontainerisierer:mask|]] can be used. ===== Example: ===== SendMail('mail.server.com','me@server.com','you@server.com','subject','message text','attachment.dat') {{:images:sign_warning.png?nolink|}}**Note:** It is a good idea to create the text contents with the mapping rule property **Selection Mode = Concatenate** and corresponding alternative selectors. Line feeds are created with **Char(10((Line Feed)),13((Carriage Return)))**. {{:transformation:mappings:funktionen:allgemein:sendmail.png?nolink|}}