t0nZ 21 Posted September 28, 2010 Normally I use the "native" function of autoit _INetSmtpMail , that is ok for normal mail.But I have to send SMS (short messages) with an appliance by Quescom, (an ip device with some SIMs capable of making calls and send SMSs).This device accept to send SMS if it receive an email using : server : the ip of the devicefrom address : indifferentto address: gateway@quescom.itsubject : indifferentbody of the mail: SMS=333888999 TEXT=my short message.You can of course configure Outlook and thunderbird and start to send SMSBut _INetSmtpMail won't work.The mail is sent, smtp trace all OK, but the sms is not sent, I know the Quescom and for me the body is not correctI suspect that _INetSmtpMail add some tipe of character(s) in the body of the mail, but I don't know how to resolve this.Ideas ?By now I use the script from Jos --> LINKBTW this function support also priority and user and password.Greetz Share this post Link to post Share on other sites