SendEmail(obsolete)

Interface Function

Send email.

Request Parameter
Parameter Required Type Remarks
emailTempCode true string Email template code
mailTo true string Recipient email address
mappingData false Dictionary<string, string> Parameter replacement value of email template
Return Data Type

bool

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

results matching ""

    No results matching ""