- :nothing
send mail using given title and message to selected recipient
Parameters
mail recipient :string title :string message :string
Attributes
using | :dictionary | use given configuration |
Returns
Examples
copymail .using: #[ server: "mymailserver.com" username: "myusername" password: "mypass123" ] "recipient@somemail.com" "Hello from Arturo" "Arturo rocks!"