diamondsms

Homepage: http://yrk.nfshost.com/repos/diamondsms/diamondsms.el

Author: Yoni Rabkin

Updated:

Summary

Send SMS' via GNU/Emacs

Commentary

Installation:

Add the following to your .emacs file:

(add-to-list 'load-path X)

...where X is the directory path where diamondsms.el is stored.

(require 'diamondsms)

(setq diamondsms-account-id A
      diamondsms-pin-code B
      diamondsms-default-from-number C)

...where A is your DiamonCard account ID number, B your DiamondCard
pin code and C is the number you wish the messages to be seen as
originating (A, B, C should be strings)

Set the variable `diamondsms-phonebook-alist' to contain the names
and numbers of the people you want to contact. For example:

(setq diamondsms-phonebook-alist
      '(("whitehouse" . "0012024571111")
	   ("ASPCA"      . "0018882762210")))

To send a message:
M-x diamondsms-send-sms

To send a message without using the phonebook:
M-x diamondsms-send-sms-to-number

Dependencies