SET from_name = "Acme Widget Co. Sales" SET from_email = "sales@acme-widget.com" * subject line will be ignored by most carriers SET subj = "My Subject" * Message should be 160 characters or less SET body = "My message." SET attach = "" CREATEMAIL from_name from_email subj body attach SET to_name = "Ray Johnson" SET to_email = "5555555555@vtext.com" SET server = "smtp.mymailserver.com" SENDMAIL server to_name to_email /user=smtpid /pw=smtppw