Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text sending fails despite of Success message #112

Open
sarojkmb opened this issue Jul 29, 2017 · 8 comments
Open

Text sending fails despite of Success message #112

sarojkmb opened this issue Jul 29, 2017 · 8 comments

Comments

@sarojkmb
Copy link

sarojkmb commented Jul 29, 2017

First of all thank you for this nice repo.

When I run the code, this is the output:'
ubuntu@ip-172-31-15-54:~/textbelt$ node server/app.js { [Error: ENOENT: no such file or directory, open '/home/ubuntu/textbelt/server/torlist'] errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/ubuntu/textbelt/server/torlist' } Listening on 9090

I guess this is OK.

Then when I run the curl command, I get success message but I dont receive text.

curl -X POST http://52.91.90.200:9090/text -d number=xxxxxxxxxx -d "message=I sent this message for free with textbelt.com" { "success": true }

But I guess this is the issue but I dont know how to resolve it: mutt failed

@mandy1339
Copy link

mandy1339 commented Aug 4, 2017

I am having the same problem as @sarojkmb I hope that someone can help.

@lovepreetjassal
Copy link

Did you install mutt?
On Ubuntu run: apt install mutt

@zachschultz
Copy link

I have the same issue on Arch linux, with Mutt installed and working correctly.

@daluu
Copy link
Collaborator

daluu commented Apr 10, 2018

Which carriers are you guys attempting to send to? Sometimes it can be an issue sending to a particular carrier. Also, what sender address you send with? That may or may not affect the outcome as well.

@zachschultz
Copy link

@daluu TMobile

@typpo
Copy link
Owner

typpo commented Apr 10, 2018

@zachschultz If you send an email to [email protected], do you receive a text?

@zachschultz
Copy link

@typpo just tested, yes that does work

@typpo
Copy link
Owner

typpo commented Apr 11, 2018

Ok. I think you'd have to look at the mail logs on your server to determine what exactly went wrong. Usually this is /var/log/maillog, or you may be able to simply open mutt and visually inspect mail failures (look for one from tmomail.net).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants