E-mail send from Router?

How to send a message from the router (i.e. by script) from the router to an external e-mail address?

I´ve been reading the ROS, the Wike and the Forum and even been given some advices, tried all the options, changed TO address, changed FROM address, changed server address, changed format of server address (name or IP) but nothing helps!
I made a script and I can run it (at least, the counter says it had run, it counts up). But torch doesn’t see any traffice created. (port 25) The smtp server also doesn’t recieve anything! I tried two different Mail providers but no luck on either of them!

So, outside a script, how to have the router send an e-mail? Just from the terminal screen?

/tool email
set server= from=“Web-Master”

/tool email
send to=<training@mikrotik.com> subject=“Hello There” body=“Hello How r u..???”.

ASHISH.