Seite 1 von 1

Help me!

Verfasst: So 24. Jan 2010, 22:04
von Sava_Nis
Hello!
User I MyPhoneExplorer program, but I have one question.
Is there a possibility that when I received the SMS program and it obviously, to the same SMS automatically reach me at my email address?
Much we need this information so, please for assistance.

Verfasst: Mo 25. Jan 2010, 10:09
von FJ
Yes, you can do this with the EventHandler-Interface in combination with a commandline-milprogram. Maybe i find a sample for you...

Verfasst: Mo 25. Jan 2010, 18:34
von FJ
Download and get common with Blat - A Win32 Command Line SMTP Mailer. Then add this two lines at the end of the file general.ini:

Code: Alles auswählen

[EventHandlers] 
OnIncomingMessage=<path to blat>\blat.exe -body "%text" -subject "SMS from %number" -to <email-address>

Verfasst: Mo 25. Jan 2010, 21:52
von konieckropka
Woah, cool feature ;)
Thanks FJ ;]

Verfasst: Mi 27. Jan 2010, 01:49
von Sava_Nis
I downloaded blat262.full
Can you help me how to set?
I do not understand is not the best with the software, and you pray for help.
Can you tell me briefly what you need and how to set it?
Thanks in advance!

Verfasst: Mi 27. Jan 2010, 11:28
von FJ
long time ago when i wrote this example. If i remember you have to install the blat-settings first. Run blat from Commandline with this commandline:
Blat -SaveSettings -f <mymail@address.com> -server <SMTP-Server.com> -port - -try - -profile - -u <server-login> -pwd<server-password>

Then try first to send mails via commandline. There are many documents delivered with blat which show all switches