SMS gateway with sender ID available now!

В этой теме можно использовать автоматический гарант!

blackshaw1

The Connector
Забанен
Регистрация
19.01.2023
Сообщения
45
Реакции
6
Пожалуйста, обратите внимание, что пользователь заблокирован
A service to send SMS with any sender ID.

It is a professional service so it will not last forever and it comes with free credits so need need to card or verify ID etc.

It will have a limited time before it is discovered so selling the link for $500 per person. My time is valuable its more than fair.

Provided proof of service below and happy to use any escrow service.
 

Вложения

  • example2.jpg
    example2.jpg
    50.9 КБ · Просмотры: 174
  • example1.jpg
    example1.jpg
    40.3 КБ · Просмотры: 175

don't waste your money, he is just using Twilio's SMS API. it works on both iOS and android and on other VOIP APIs other than Twilio as well.

Can we work together ? Just 5 messages to send and I can assure you to make more than $1000. we can talk privately if you don't mind
if you need only 5 sms sent in this manner, you can PM me
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Can we work together ? Just 5 messages to send and I can assure you to make more than $1000. we can talk privately if you don't mind
PM me im open to offers


don't waste your money, he is just using Twilio's SMS API. it works on both iOS and android and on other VOIP APIs other than Twilio as well.


if you need only 5 sms sent in this manner, you can PM me
I tried twilio myself personally, didnt work but if you want to demonstrate im listening. What im offering is straight forward without the headache & more than five sms
 
i've used twilio with this exact repo to get custom name SMS' out. it won't reply to your real contact with the same name, as in if you send a text as "Dad" and the target has a contact on their phone saved as "Dad". it won't reply to their previous SMS', but it will open up a new SMS convo under the name "Dad".

the repo took me about 30 minutes to setup and most of that was because of twilio and as long as your number doesn't get reported, it won't be caught. If $500 is worth the skipping that hassle, then i agree.

more so, if your method worked on a voip service that allows clip-no screening, which would allow it to spoof CIDs, then it would definitely be worth the $500. since you said it comes with credits and is temporary, i assumed it was twilio as it also comes with free credits and is temporary until numbers are reported.
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Selling method to send upto 2k daily for FREE to USA/CAN/PERU only no other country available at present as it is working only in these countries no CID is available
Is possible to send more you just need to add more accounts to the script
Included is a script that sends a UNIQUE message each time so no need to worry about the routes getting blocked even the URL is swapped out if this is being used for "mass marketing"
Price 500$
 
Selling method to send upto 2k daily for FREE to USA/CAN/PERU only no other country available at present as it is working only in these countries no CID is available
Is possible to send more you just need to add more accounts to the script
Included is a script that sends a UNIQUE message each time so no need to worry about the routes getting blocked even the URL is swapped out if this is being used for "mass marketing"
Price 500$

Yes true there are many SMS gateways available that are PAID per sms sent but Im yet to see one that doesnt block the route after a few SMS due the content that is being sent on them "mass marketing :)"
This technique delivers a unique SMS message EACH time a SMS message is sent including the URL no 2 SMS will EVER be the same thus the route cannot be blocked as there is no 2 foot print the same for them the filter against and before you say it YES sms spam filter just like email this is known fact but many try to ignore the fact
This is a custom solution created by myself that ultilizes a loophole a found to send SMS free of charge
please DM for any further questions
Thanks

i have a weird feeling you might will say to use carrier sms gateway, but maybe i am wrong.

- if it is truly free sms, then it must abuse a 3rd party system to send out an sms.
- unique headers for every sms, makes me think emailing sms gateway of carrier.
- 2k daily? abusing php's mail() even on local machine will get the IP blacklisted
- you also mentioned that this method does not follow the typical path of running your own sms gateway by attaching an android with a prepaid sim card, so i'm again assuming youre intending to send the sms via email

simplified example code

Код:
<?php

$message = 'some message';

$number = rand(111111111,9999999999).'@sms.att.net';

$headers = "From: ".$number."\r\nReply-To:".$number."\r\n";

mail('1112223333@sms.att.net', NULL, $message, $headers);

?>

i do hope i am wrong though
 
Пожалуйста, обратите внимание, что пользователь заблокирован
YES you are totally wrong I suggest you re read the post!!

But in one way you are also correct ................ of course it abuses a 3rd party to allow free sending how else would this work :)


- if it is truly free sms, then it must abuse a 3rd party system to send out an sms.
NO im am not using email2sms this in itself is next to useless in the way the email address sending the message to carriers email to sms gateway is displayed as the sender id on the recipients handset while i know there are a lot of dumb people out there but in terms of results to quantity sent they are going to be very small as NO ONE is going believe the bank just sent them a message to there phone from some RANDOMEMAIL@GMAIL>COM or whatever
Ok yes you can argue that you can set up your own sending domains and not use hacked SMTP to send this gives you some control over what the recipient sees but again in my eyes this is still a waste of time as as far as im aware USA is the only country that still accepts email2sms and it is not common at all so the messages look out of place to start with as all SMS in USA is delivered on a standard number or shortcode

- unique headers for every sms, makes me think emailing sms gateway of carrier.
There was NO mention of unique headers for every sms at all, What I actually said was each sms is totally different in content thus getting around content/spam word filtering to stop the route blocking

- 2k daily? abusing php's mail() even on local machine will get the IP blacklisted
Again totally wrong in the assumption that PHP is being used php plays no part in it at all

-you also mentioned that this method does not follow the typical path of running your own sms gateway by attaching an android with a prepaid sim card, so i'm again assuming youre intending to send the sms via email
Already answered this but no the days of running 32/64 card sim box/pools are over for the most part its no longer 2020
Now most carriers are killing sims after as little as 300 sms so not worth the time and effort no longer, It is still possible in some part of the world but again this wont last much longer is my view

Hope that helps

SMS is an art form just like email spam and contrary to what most people think SMS is filtered much more than they would like to believe
but you still see these kids swapping out letters and using unicode chars in the messages thinking that this will bypass filters like it used to with email back in the day when in fact it is more likely to get your SMS flagged and route blocked
 


Напишите ответ...
Верх