Does anyone know how to send Email using xtendM3 ?
Infor don't include MailAPI classes.
No, you can't send mail, even in the on-prem MAK mod you don't have this option.
Is there a scenario why you want to send a mail from an XtendM3 program?
Yes I have many scenarios.
Infor will not allowed to send email from xTendM3...
There are other methods, depending on scenario and content, within the Infor framework which can be used. For example, if it includes a report or form, then you can send via IDM. If a message and such, then Ming.le notifications.
But without specific scenarios, we cannot give you a direct answer.
Exactly, It's good to look for the scenario and alternative solutions.
simple
I want send a Email in one Panel depending on condition.
IDM abd Ming.Le are not solutions.
XtendM3 is not possible also.
Only ION WF and ext Web Servixe or Moongose but I want avoid sxtra complexity
Why not tap into the regular M3 printout functionality and let it send the e-mail for you?If Infor is not allowing us to use the mail class(es) in XtendM3, it would seem there's not much of an option.
Hi Antonio,
I don't know why you are not considering the IDM as not part of the solution, you can use the below IDM IONAPI to just send mail, you can even use H5script instead of XtendM3.
Ignore the attachment part and send the content in the mail.
With H5script is impossible send emails...
The ptoblem is that Infor don't have "printout functionalities" for many cases...