X++ code to send email from AX

// One line code to send the email from AX......

static void RB_mailthroughSysInet(Args _args)
{

SysINetMail m = new SysINetMail();
m.sendMailAttach('ramesh.bala@gmail.com','','Hi','hi',true,'','');
Print "success";
Pause;
}

No comments:

Post a Comment

D365 F&O Release Pipeline Step by Step Configuration Without ISV's

  Step-by-Step Guide: Creating D365FO Build and Deploy Pipelines Azure DevOps Build Pipeline I will walk through the standard procedures...