[GH-ISSUE #80] Feature Request: Send email using existing phone gateway #64

Open
opened 2026-02-28 01:23:00 +03:00 by kerem · 3 comments
Owner

Originally created by @elplatt on GitHub (Mar 11, 2013).
Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/80

I would like messages sent by SMSSync to be able to go to email addresses as well as phone numbers when the phone has an existing email gateway. For example, I would like to be able to send the following to SMSSync and receive and receive an email:

{
    "payload": {
        "task": "send",
        "secret": "secret",
        "messages": [
            {
                "to": "me@mydomain.com",
                "message": "Hello, World!" 
            }
        ]
    }
}
Originally created by @elplatt on GitHub (Mar 11, 2013). Original GitHub issue: https://github.com/ushahidi/SMSSync/issues/80 I would like messages sent by SMSSync to be able to go to email addresses as well as phone numbers when the phone has an existing email gateway. For example, I would like to be able to send the following to SMSSync and receive and receive an email: ``` { "payload": { "task": "send", "secret": "secret", "messages": [ { "to": "me@mydomain.com", "message": "Hello, World!" } ] } } ```
Author
Owner

@ghost commented on GitHub (Mar 27, 2013):

Why would you want to send the email from the mobile phone instead of the sync server?

<!-- gh-comment-id:15524073 --> @ghost commented on GitHub (Mar 27, 2013): Why would you want to send the email from the mobile phone instead of the sync server?
Author
Owner

@elplatt commented on GitHub (Mar 27, 2013):

We're interested in using SMSSync for (among other things) automated testing. Some users will be interacting with our system using their carrier's email gateway, and we would like an automated solution for replicating that use case.

<!-- gh-comment-id:15530259 --> @elplatt commented on GitHub (Mar 27, 2013): We're interested in using SMSSync for (among other things) automated testing. Some users will be interacting with our system using their carrier's email gateway, and we would like an automated solution for replicating that use case.
Author
Owner

@sorinpohontu commented on GitHub (Apr 21, 2015):

@eyedol I think it's better to keep SMSSync sending SMSs :)

<!-- gh-comment-id:94656423 --> @sorinpohontu commented on GitHub (Apr 21, 2015): @eyedol I think it's better to keep SMSSync sending SMSs :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/SMSSync#64
No description provided.