SendEmail(obsolete)

Interface Function

Send email.

Request Parameter
Parameter Required Type Remarks
emailTempCode true string Code of email template
mailTo true string Recipient email address
mappingData false Dictionary<string, string> Parameter substitution value of the mail template
Return Data Type

bool

Calling Sample
var mappingData = new Dictionary<string, string>()
{
    {"Name","DemoText"}
};
Service.SendEmail("1d4b8978-6115-4243-830e-5d912d0b2f41","demo@digitalmaker.com",mappingData);
return Return;
© Digital Maker Product Team all right reserved,powered by Gitbook该文件修订时间: 2023-02-02 10:40:10

results matching ""

    No results matching ""