mail

send mail using given title and message to selected recipient


Parameters

mail recipient :string
     title :string
     message :string

Attributes

using:dictionaryuse given configuration

Returns

  • :nothing

Examples

copy
mail .using: #[ server: "mymailserver.com" username: "myusername" password: "mypass123" ] "recipient@somemail.com" "Hello from Arturo" "Arturo rocks!"

Related