README
上传用户:mei_mei897
上传日期:2007-01-05
资源大小:82k
文件大小:2k
源码类别:

手机短信编程

开发平台:

Unix_Linux

  1. E-mail to SMS gateway version 1.0 by Andy Hawkins
  2. -------------------------------------------------
  3. This is a small perl script designed to provide an e-mail to SMS gateway,
  4. using the SMS client written by Angelo Masci (angelo@styx.demon.co.uk).
  5. INSTALLATION
  6. ------------
  7. 1. Install sms_client such that it is possible to send SMS messages.
  8. 2. Create a user (for example sms)
  9. 3. Place the mail2sms perl script in that user's home directory
  10. 4. Create a .forward directory in the users home directory, containing:
  11. "| /path/to/mail2sms || exit 75"
  12. N.B. The exit 75 part tells sendmail to requeue the mail if the command
  13. returns a non-zero exit status. This should never happen, but is worth
  14. including to be safe.
  15. USAGE
  16. -----
  17. To use the gateway, simply construct an e-mail message to the following
  18. criteria:
  19. 1. The message should be to the user created ni step 2 of the INSTALLATION
  20. procedures.
  21. 2. The subject of the message should contain the destination (either as an
  22. alias, or a SERVICE:number pair)
  23. 3. The main body of the message is the text to send. The text can be split
  24. across multiple lines. Processing of the text will end either with the word
  25. 'end' on a line by itself, or on finding the standard signature separator
  26. '-- ' (note the space is important.
  27. You should then receive an e-mail telling you if the message was sent
  28. successfully or not. If the message failed, an indication of common reasons
  29. for failure is given.
  30. If you have any questions regarding the usage of this software, please feel
  31. free to e-mail me at the address below.
  32. Andy Hawkins
  33. andy@gently.demon.co.uk