in reply to Mail message sent to Mobile via SMS
my $msg = MIME::Lite->new( From => 'reputableme@notaspammer.com', To => '8657301@gatewayfromlist.tld', Data => 'Something pithy' ); $msg->send; [download]