Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi,

My query is,per day i will get approximately 500 mails from the unix server. some sort of mails are very critical and these critical mails are need to send to some mobile numbers.
Is there any plug-in need to install in unix server like "sendmail" to send a mail to desired people???
If so could any one please guide me where i need to download or get such kind of plug-in's.

I got a option while browsing through internet but it doesn't works. It is

echo "text-message" | mailx -s "test" @yourcarrier.(net/com)

"text-message" : message body

"test" : subject of message

My mobile carrier is Airtel and it belongs to chennai circle : 919840number@airtelchennai.com

number@airtelchennai.com

above both options i tried but i didn't receive any sms to my mobile.
Your help will be very useful for me...!!!

Regards,
Sreeni.
Posted
Updated 16-Jul-13 2:09am
v2
Comments
SreeniPandu 16-Jul-13 2:44am    
Could any one kindly answer this query...... Please...!

1 solution

Try this
cho "hello" | mailx -s "test" <cell phone="" no="">@serviceproviders.(net/com).</cell>
 
Share this answer
 
Comments
SreeniPandu 16-Jul-13 9:15am    
Hi Dirkules,
Thanks for your response.
Could you please tell me the exact query details.I mean my query is where i need to give my number and my carrier address.
ex: i tried by giving the command like this:
cho "hello" | mailx -s "test" <cell phone="9198409962008850@airtelchennai.com">

it gives following error
bash: syntax error near unexpected token `phone=9198409962008850@airtelchennai.com>

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900