Monday, March 5, 2012

Emails

If you need to send emails from Ax 2009, you have several options:

1. Using the Microsoft CDO library for sending email like mentioned on this blogg.
2. The Ax SysMailer class (MSDN).
3. For Lotus Notes integration there is several 3rd party kits, like this one called Intograte (I have used this one several times).
4. Flat file: Most email services accept ASCII files as input that is formated according to the MIME standard. You just build the text string and write it to the file.

Please comment if you have other ways to generate/send emails....

No comments:

Post a Comment