Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: mail2sms for Kannel

by hippo (Bishop)
on Nov 10, 2017 at 09:51 UTC ( [id://1203108]=note: print w/replies, xml ) Need Help??


in reply to mail2sms for Kannel

From Address(s) - Needed to verify the sender to continue in the script next steps..

You can use index to locate a fixed substring (such as "From: foo@bar.baz\n") in a longer one.

need to confirm that the To address contains 8 numbers @domain.com

A regular expression could do that. See the tutorial for getting started.

I need remove the @domain.com and the number into a temp $mobilvariable and the subject into another $textvariable.

More regular expressions this time with capture groups.

Sounds like you have an algorithm planned and just now need to turn it into working code. Good luck.

(BTW, you posted this in the wrong section (Perl Monks Discussion). I've moved it to Seekers of Perl Wisdom where it belongs.)

Replies are listed 'Best First'.
Re^2: mail2sms for Kannel
by Pizu (Novice) on Nov 10, 2017 at 09:53 UTC

    Thanks for your quick response. Will check the links you provided.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1203108]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-26 08:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found