Hello OutSystems Community,
I am currently working on a project where I need to manage and configure multiple PEC (Posta Elettronica Certificata) email addresses for sending and receiving emails. I have checked the OutSystems Forge but could not find a specific plugin that addresses this need.
My requirements are as follows:
Is there an existing plugin or solution available on Forge that supports this functionality? If not, could you please provide guidance on how I can achieve this using custom integrations or API connections?
Any recommendations or solutions for handling multiple PEC email addresses within OutSystems would be greatly appreciated.
Thank you!
As I understand it, PEC is not a regular email service but a certified email system that is legally recognized as a means of communication. Therefore, it cannot be sent like a standard email and must go through an authorized provider. You need to contact one of these providers to obtain an API, which can then be integrated into OutSystems using their provided specifications. Currently, there is no plugin for this available in the Forge.
@Alessandro Guagnano, you can achieve that by using the extensions and create your own email sender actions by utilizing the System.Net & System.Net.Mail classes.
reading email can also be achieved through extension but off course it required additional work.