Die Suche ergab 11 Treffer

von airflame
Do 17. Nov 2022, 11:14
Forum: English section
Thema: Post wishes, Feature requests here
Antworten: 2068
Zugriffe: 2438043

You speak of 200.000 recipients and a company who has bought their numbers.

I would assume that a company operating at that scale would be able to buy a software instead of resorting to a free tool that wasn't designed for that purpose.

Say what you want, for me this looks like you´re trying to ...
von airflame
Mi 16. Nov 2022, 11:13
Forum: English section
Thema: Post wishes, Feature requests here
Antworten: 2068
Zugriffe: 2438043

@Koelner @Ull! @FJ

The company I work for took over 200,000 phone numbers from another company it bought. All of these numbers have agreed to receive text messages with discount promotions.

I use five phones to send text messages to these customers. I send text messages from 08:00 - 20:00 using ...
von airflame
Do 10. Nov 2022, 08:52
Forum: English section
Thema: Post wishes, Feature requests here
Antworten: 2068
Zugriffe: 2438043

I would love to see more options in the SMS Sending Schedule. The problem arises when we have a database of 1000+ numbers. And we want to send e.g. 200 sms every hour because otherwise we will be blocked by the operator. Now we have to open e.g. 12 windows and paste in each 200 phone numbers set ...
von airflame
Mo 7. Nov 2022, 13:07
Forum: English section
Thema: Scheduler SMS cant delete
Antworten: 2
Zugriffe: 3741

Scheduler SMS cant delete

Is there a way to delete all Schedulered sms? I uninstalled on phone the myphoneexplorer and installed again and i still see them in the app and in pc when i sync the phone. I cant delete them all. Only one by one...

Edit: Same goes to Sent items. I deleted all sms from my phone and PC sync still ...
von airflame
Mi 2. Nov 2022, 13:57
Forum: English section
Thema: Post wishes, Feature requests here
Antworten: 2068
Zugriffe: 2438043

I would love to see more options in the SMS Sending Schedule. The problem arises when we have a database of 1000+ numbers. And we want to send e.g. 200 sms every hour because otherwise we will be blocked by the operator. Now we have to open e.g. 12 windows and paste in each 200 phone numbers set the ...
von airflame
Mi 26. Okt 2022, 08:26
Forum: English section
Thema: interval between sending sms
Antworten: 9
Zugriffe: 6689

Would it be possible to make an option in MyPhoneExplorer so that when sending to [Schedule text message delivery] you could enter an hourly interval and the program would calculate and set the sms sending itself based on that?

For example, we have to send 500 text messages to customers I want to ...
von airflame
Mo 24. Okt 2022, 09:52
Forum: English section
Thema: interval between sending sms
Antworten: 9
Zugriffe: 6689

Random dealy is also possible:
SendIntervalDelay=10
SendIntervalDelayRandom=30
This will pause the sending between 10 and 40 seconds

Is there any way to do DelayRandom or IntervalDelay when sending thro Schedule SMS option? I want to send sms thro phone without using a pc. The options You posted ...
von airflame
Do 20. Okt 2022, 12:51
Forum: English section
Thema: interval between sending sms
Antworten: 9
Zugriffe: 6689

Its already integrated as tweak.
- Open the file %appdata%\MyPhoneExplorer\general.ini
- add this line directly below [Main]: SendIntervalDelay=10
- save the file

Good morning, thank you for this valuable tip it will definitely come in handy. Is it possible to set a random time in this file? E.g ...
von airflame
Fr 14. Okt 2022, 08:47
Forum: English section
Thema: interval between sending sms
Antworten: 9
Zugriffe: 6689

I hope myphoneexplorer will have this option in program some day to set up :)
von airflame
Fr 14. Okt 2022, 08:45
Forum: English section
Thema: interval between sending sms
Antworten: 9
Zugriffe: 6689

Ok have it:

1. create script.vbs and place the code inside:

Dim TelNr()
dateiPfad = "SMS.txt"
x = 0
Const ForReading = 1

Set fs = CreateObject("Scripting.FileSystemObject")

If (fs.FileExists(dateiPfad)) Then
Set f = fs.OpenTextFile(dateiPfad, ForReading)

Do While f.AtEndOfStream <> True
x ...
von airflame
Fr 14. Okt 2022, 07:36
Forum: English section
Thema: interval between sending sms
Antworten: 9
Zugriffe: 6689

interval between sending sms

Is there a way to set a interval for sending sms? Like every 10 seconds?