We could easyly to write a method to send the mail by C#, in axapta we can use the System.Net.Mail to send mail as C#. 1 void sendMail 2 ( 3 str _Subject, 4 str _MailTo, 5 str _CCTo, 6 str _Body, 7 str _Attachment 8 ) 9 { 10 System.Net.Mail.MailAddress ... Read More
posted @ 2013-08-22 09:00 Sprite.z Views(1011) Comments(0) Diggs(0)