Contact Us


Working time: 10 AM -5.30 PM (GMT+06:00)

If you have any questions, please contact us.

Email: support@dollar2bd.com

 contacts


Send Us a Message

TextMessage message = new TextMessage("Vonage APIs", "8801717700536", "A text message sent using the Vonage SMS API" ); SmsSubmissionResponse response = client.getSmsClient().submitMessage(message); if (response.getMessages().get(0).getStatus() == MessageStatus.OK) { System.out.println("Message sent successfully."); } else { System.out.println("Message failed with error: " + response.getMessages().get(0).getErrorText()); }