PublicAPI.Services.SmsServices.SendMessage ELMA API Documentation
Send a message
 
 
Syntax

public List<SmsSendResult> SendMessage(
	string from,
	string[] phones,
	string message,
	bool needFooter
)

Parameters

from
Type: System String
Sender name. If not specified, the default sender name is used.
phones
Type:  System String 
Phones (recipients)
message
Type: System String
Message
needFooter
Type: System Boolean
Add ELMA signature

Return Value

Type: List SmsSendResult 
See Also