IMPORT mail DEFINE m mail.message LET m = mail.create()CALL m.setSMTP(ipaddress)CALL m.addTo(name)CALL m.setSubject(subject)LET ok = m.send()