OP 26 October, 2024 - 02:15 AM
(This post was last modified: 26 October, 2024 - 06:12 AM by Jlkrumholz01.)
I am trying to write a program to mass send sms from stmp servers. It is written in java. Anyways I have two features I am looking to add that I am completely stumped on.
The first is how to make the sender appear as a number or name rather than the email. Name <email> as the from did not work.
The second is how to find the carrier of a number without using an API. Googles Libphonenumber would always return a blank string. Must work internationally. I am aware if a number is transferred to a different carrier it will not work.
I will put code on GitHub and post here when I finish my gui. I am not looking to pay someone to do it for me.
This is a bump
The first is how to make the sender appear as a number or name rather than the email. Name <email> as the from did not work.
The second is how to find the carrier of a number without using an API. Googles Libphonenumber would always return a blank string. Must work internationally. I am aware if a number is transferred to a different carrier it will not work.
I will put code on GitHub and post here when I finish my gui. I am not looking to pay someone to do it for me.
This is a bump