Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Emails to Pagers

  • 14-11-2006 11:11am
    #1
    Registered Users, Registered Users 2 Posts: 1,463 ✭✭✭


    anyone know if theres any software out there that will allow you to send a messgae to a pager by email? currently use eirpage (www.eirmessage.ie) to send pages but wish to send them thro email so that have record of message send, time, date etc...


Comments

  • Registered Users, Registered Users 2 Posts: 1,726 ✭✭✭gerryk


    From a quick look at that site, it seems like it would be easy to set up a mail server which would parse out the message from an email and form a URL to post the information to the gateway. It just uses CGI POST methods, so shouldn't be hard once you know the URL format.

    You could set up a basic server with the mail server of your choice and a couple of crons and a script or two could handle the parsing and passing information to the gateway.


  • Registered Users, Registered Users 2 Posts: 1,726 ✭✭✭gerryk


    You know... it could be done even simpler with a cron'd fetchmail script. That would alleviate the need for a local mail server altogether. Just create mailtopager@eircom.net (or whatever) and send your messages there, where they can be collected by a fetchmail job.


Advertisement