Skip to content

evorion/SMSGateway

Repository files navigation

SMS Gateway

Simple E-mail to SMS forwarding utility with a battery saver built-in. Best intended use would be simple SMS sending from PHP/Python/Shell/MUA for example:

mail('sms@domain.tld', '0981122334', 'SMS message here');

CONFIGURATION:

Just setup the email account from which to forward the e-mails to SMS in the interface of SMSGateway.

NOTICE: all e-mails from the configured account will be deleted.

RULES:

Phone number must be contained in the Subject: field or if you're using a catchall in the To: field.

Ordinary e-mail account:

From: whatever@wherever.tld
To: configuredReceivingEmail@configuredTLD.tld
Subject: 0981122334

will be forwarded to 0981122334

Catchall:

From: whoever@wherever.tld
To: 0981122334@configuredTLD.tld

will be forwarded to 0981122334

About

Android SMS Gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages