An easy way is to download and install the freeware Dundas Mailer.
Several sites will give you the opportunity to download this little
gem.
eg. http://www.aspheute.com/artikel/20010625.htm

The SysMailer class will then through COM send your mails.
Example:

   SysMailer mailer = new SysMailer();

   mailer.subject("I wonder how this works");
   mailer.fromAddress("[EMAIL PROTECTED]");
   mailer.fromName"Fridtjof");
   mailer.tos().add("[EMAIL PROTECTED]");
   mailer.bccs().add("[EMAIL PROTECTED]");
   mailer.body("Now\nShut up\n\\n\nSincerly F");
   mailer.attachments().add("c:\\temp\\coldbeer.ppt");



--- In [EMAIL PROTECTED], "ooi aikchong"
<[EMAIL PROTECTED]> wrote:
> Greetings to all,
>
> I am looking for a solution in Axapta which will enable me to send
the email
> alert directly without going through Outlook. Is there any
standard class
> which allow me to do so?
>
> Advice are welcomed.
>
> Appreciate your assiatance.
>
> Thanks,
> Rgds,
> AC Ooi
>
> _________________________________________________________________
> Are you in love? Find a date on MSN Personals
http://match.msn.com.my/



Yahoo! Groups Links

Reply via email to