sending the email as sms to mobile with out using the internet

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shyam raj sunka
    New Member
    • Feb 2012
    • 11

    sending the email as sms to mobile with out using the internet

    How to send the email as a sms to the mobile from the out look express using a GSM modem...?
    Last edited by Niheel; Feb 28 '12, 05:57 AM. Reason: please post only relevant information to question.
  • chorny
    Recognized Expert New Member
    • Jan 2008
    • 80

    #2
    Try Device::Gsm from CPAN.

    Comment

    • shyam raj sunka
      New Member
      • Feb 2012
      • 11

      #3
      But we hav to extract the from,to,subject fields to send the email to the mobile number...??
      how to extract them..?

      Comment

      • chorny
        Recognized Expert New Member
        • Jan 2008
        • 80

        #4
        From where do you want to extract these fields??

        Comment

        • shyam raj sunka
          New Member
          • Feb 2012
          • 11

          #5
          when email is recieved by smtp server,from there i want to get the fields.

          Comment

          • chorny
            Recognized Expert New Member
            • Jan 2008
            • 80

            #6
            Maybe you want to use POP3 protocol to receive e-mail periodically? Or you want program to be executed when SMTP server receives mail?

            Comment

            • shyam raj sunka
              New Member
              • Feb 2012
              • 11

              #7
              ya exactly, i want the program to be executed when SMTP server receievs the email.

              Comment

              • chorny
                Recognized Expert New Member
                • Jan 2008
                • 80

                #8
                Which SMTP server do you use?

                Comment

                • shyam raj sunka
                  New Member
                  • Feb 2012
                  • 11

                  #9
                  i am using Net::SMTP server

                  Comment

                  • chorny
                    Recognized Expert New Member
                    • Jan 2008
                    • 80

                    #10
                    Net::SMTP is not a server, it's a client. It can only be used to send e-mail. For ex. sendmail is a SMTP server.

                    Comment

                    • chorny
                      Recognized Expert New Member
                      • Jan 2008
                      • 80

                      #11
                      Read these articles: http://en.wikipedia.org/wiki/Mail_transfer_agent and http://en.wikipedia.org/wiki/E-mail_...rastructure%29

                      Comment

                      Working...