how to send sms to mail using perl

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sbettadpur
    New Member
    • Aug 2007
    • 121

    how to send sms to mail using perl

    Hi everybody,

    I have a task that is
    sending sms from mobile to my email id how can i do that please any body help me on this
    is there any modules
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Do you mean send an SMS to your mobile phone using email? If so, there are a ton of modules for you to choose from.

    Also, please be sure to search CPAN before asking here about modules as we will look there as well.

    Regards,

    Jeff

    Comment

    • sbettadpur
      New Member
      • Aug 2007
      • 121

      #3
      Originally posted by numberwhun
      Do you mean send an SMS to your mobile phone using email? If so, there are a ton of modules for you to choose from.

      Also, please be sure to search CPAN before asking here about modules as we will look there as well.

      Regards,

      Jeff
      hi jeff,
      it is the reverse case what u mentioned
      i need a script to send sms which should have mailid ,subject,and message to pop3mailserver

      Comment

      • numberwhun
        Recognized Expert Moderator Specialist
        • May 2007
        • 3467

        #4
        Originally posted by sbettadpur
        hi jeff,
        it is the reverse case what u mentioned
        i need a script to send sms which should have mailid ,subject,and message to pop3mailserver
        So, you are looking for a script to sit on your mobile phone and send emails to your email? I can't help you with this as I have no idea not only how to do this for a mobile platform, but why you would want to.

        Regards,

        Jeff

        Comment

        • jain236
          New Member
          • Jul 2007
          • 36

          #5
          Originally posted by numberwhun
          So, you are looking for a script to sit on your mobile phone and send emails to your email? I can't help you with this as I have no idea not only how to do this for a mobile platform, but why you would want to.

          Regards,

          Jeff
          Hi jeff i was also looking for the same, but i could not fine the module to send sms from inida, is there any module which is free?

          thanking you in advance

          Comment

          • Kelicula
            Recognized Expert New Member
            • Jul 2007
            • 176

            #6
            You would most liekly have to write it in Java seeing that it might run on a mobile phone.

            Comment

            • jain236
              New Member
              • Jul 2007
              • 36

              #7
              Originally posted by Kelicula
              You would most liekly have to write it in Java seeing that it might run on a mobile phone.
              is there any moudle for the other way(mail 2 mobile) from india?

              Comment

              • numberwhun
                Recognized Expert Moderator Specialist
                • May 2007
                • 3467

                #8
                Originally posted by jain236
                is there any moudle for the other way(mail 2 mobile) from india?
                I am sure there are, you just have to search the link(s) I provided earlier. But, since sending emails in Perl is rather easy and trivial, you shouldn't need any module(s), just the email address and phone number of the person.

                Regards,

                Jeff

                Comment

                Working...