SMS to email using routerOS

Hi all,
anyone knows if it is possible to receive an SMS on mikrotik router and forward it as EMAIL to a specific mail address.

i have a cloud core router with a 3G usb modem connected on USB2.

hope anyone can help me out

Yes, that is possible.

I assume you use your 2g/3g modem for SMS only for the sake of argument (otherwise you need to use a modem with more free channels). You need to set-up a sms-receive-enabled under /tool sms set receive-enabled=yes and use correct port and channel. OK, you can now receive a SMS.

Now all you have to do is to write a script, where you input the received SMS (via e.g. :local or :global) and then send the same $ using /tool email command to a desired email address.

Hi,
sounds really gr8, but im a total newbie in programming. so could you help out here