Skip to Content (Press Enter)
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Platforms
OutSystems.com
Personal Edition
Community
Resources
Support
Search in OutSystems
Log in
Get Started
Community
›
Forge
›
Assets list
Forge
Forge is a repository of reusable, open code modules, connectors, UI components, and business solutions to help speed up your OutSystems apps delivery time.
Check our FAQs for more information.
Not finding the asset you need?
8395
Available
assets
+53
In the last
30 days
226
Downloads in
the last 7 days
Back to list
Type
All
Mobile
Reactive
Service
Traditional web
Business solution
Curation
Curation
See curation FAQs
>
Trusted
Validated and supported by the community experts, these projects follow best practices for security, documentation, and code quality.
OutSystems supported
Developed, maintained and supported by OutSystems under the terms of a customer's subscription.
Trusted
OutSystems supported
CATEGORY
Categories
See all FAQs
>
Apps
Fully working apps for different use cases that you can start using immediately or customize to fit your needs.
Demos & samples
Guides and examples that demonstrate how specific tasks, capabilities, or components work.
Development tools
Components, frameworks, and libraries that support the developer in the app lifecycle management and CI/CD processes.
Device capabilities
Plugins that extend the features of your apps by allowing access to the capabilities of mobile devices.
Functional libraries & utilities
Programming functions and utilities to develop and extend the end-user functionalities in your apps.
Integrations
Connections with systems external to OutSystems that enable additional functionalities on your apps.
User interface
Themes, layouts, patterns, and widgets that allow you to build great-looking apps in no time.
Notify
PLATFORM
OutSystems 11
OutSystems Developer Cloud
OTHER
Try now included
My activity
Downloaded
Following
My assets
Sort by:
Most Popular
Most Popular
Latest submitted
Rating
A-Z
Filters
13
results
for
tag
"#Email"
Clear filters
Sendgrid Connector
Sendgrid Connector allows you to send email over SendGrid’s v3 Web API.
0
210
Sendgrid Connector
by
Cristiano Lúcio
Sendgrid Connector allows you to send email over SendGrid’s v3 Web API.
Latest version
1.1.0
Latest release
29 Apr 2021
Compatible with
OutSystems 11
#Communication
#Email
#Sendgrid
#Twilio
HTML Emails
This asset provides a service that can help you send emails via SMTP with a HTML body. It is fully customizable down to Host and Port level.
1
185
HTML Emails
by
Sebastian Potila, Johan Åström, Steven Erixon, Samuel Wessén
This asset provides a service that can help you send emails via SMTP with a HTML body. It is fully customizable down to Host and Port level.
Latest version
1.0.0
Latest release
23 Mar 2022
Compatible with
OutSystems 11
#Email
Customizable
html
smtp
Reactive-Email-Example
Many people have problems with emails in reactive to get the formatting they want. I could create an example that works.
See the idea
https://www.outsystems.com/ideas/11821/enable-using-html-content-in-email-body-in-reactive-app/
And the forum
https://www.outsystems.com/forums/discussion/76882/outsystems-email-templates-reactive-emails-in-outlook/
If you want to add more HTML (e.g. a graph) inside the email than you will run into the issue that it is not possible to insert HTML in the reactive email. What however is possible to put all you extra stuff in an anonymous screen and output it as a PNG file by using UltimatePDF. This PNG binary data can then be send to the reactive email and display it as a image with type BinaryData.
I am not able to upload it because the oap is around 390kb and OutSystems limits the oap size to 256 kb.
0
142
Reactive-Email-Example
by
Ronnie Verheij
Many people have problems with emails in reactive to get the formatting they want. I could create an example that works.
See the idea
https://www.outsystems.com/ideas/11821/enable-using-html-content-in-email-body-in-reactive-app/
And the forum
https://www.outsystems.com/forums/discussion/76882/outsystems-email-templates-reactive-emails-in-outlook/
If you want to add more HTML (e.g. a graph) inside the email than you will run into the issue that it is not possible to insert HTML in the reactive email. What however is possible to put all you extra stuff in an anonymous screen and output it as a PNG file by using UltimatePDF. This PNG binary data can then be send to the reactive email and display it as a image with type BinaryData.
I am not able to upload it because the oap is around 390kb and OutSystems limits the oap size to 256 kb.
Latest version
1.0.10
Latest release
4 Oct 2024
Compatible with
OutSystems 11
#Email
#example
#ReactiveEmail
EWS Email
This extension work as an integration module for Email service on Exchange Server using Exchange Web Service (EWS)
2
125
EWS Email
by
Abdiel Alvin
This extension work as an integration module for Email service on Exchange Server using Exchange Web Service (EWS)
Latest version
1.0.3
Latest release
29 Mar 2021
Compatible with
OutSystems 11
#ExchangeWebService
#EWS
#Email
Callink Email Manager
SMTP/IMAP email sending and receiving manager. Everything will be much easier for you, your applications will connect to this application through API to send and receive emails in a very simple way.
6
74
Callink Email Manager
by
Luiz Alberto de Oliveira Júnior
SMTP/IMAP email sending and receiving manager. Everything will be much easier for you, your applications will connect to this application through API to send and receive emails in a very simple way.
Latest version
1.0.1
Latest release
22 Jun 2022
Compatible with
OutSystems 11
#callink
#Email
#imap
#smtp
Ultimate Email Validator – Regex, MX Lookup & SMTP
Advanced Email Validator – Regex, MX & SMTP Check is a powerful email validation component for OutSystems. It ensures that email addresses are correctly formatted, have valid mail servers, and (optionally) exist on the recipient’s mail server. This helps prevent invalid or fake email sign-ups, improves data quality, and enhances email deliverability.
This component leverages C# in Integration Studio to perform a three-step verification:
✅ Format Validation – Uses regex to check if the email follows a proper structure.
✅ MX Record Lookup – Confirms if the email’s domain has a mail server configured.
✅ SMTP Handshake – Connects to the mail server and verifies if the email exists.
By integrating this asset into your OutSystems applications, you can ensure higher-quality user data, reduce bounce rates, and prevent fake sign-ups. 🚀
6
30
Ultimate Email Validator – Regex, MX Lookup & SMTP
by
Murali Manoharan V
Advanced Email Validator – Regex, MX & SMTP Check is a powerful email validation component for OutSystems. It ensures that email addresses are correctly formatted, have valid mail servers, and (optionally) exist on the recipient’s mail server. This helps prevent invalid or fake email sign-ups, improves data quality, and enhances email deliverability.
This component leverages C# in Integration Studio to perform a three-step verification:
✅ Format Validation – Uses regex to check if the email follows a proper structure.
✅ MX Record Lookup – Confirms if the email’s domain has a mail server configured.
✅ SMTP Handshake – Connects to the mail server and verifies if the email exists.
By integrating this asset into your OutSystems applications, you can ensure higher-quality user data, reduce bounce rates, and prevent fake sign-ups. 🚀
Latest version
1.0.0
Latest release
4 Mar 2025
Compatible with
OutSystems 11
#Email
emailvalidation
mx
Lookup
mail
Mailgun Email Delivery Service
Send emails with Mailgun and consume Mailgun event webhooks.
1
27
Mailgun Email Delivery Service
by
Stefan Weber
Send emails with Mailgun and consume Mailgun event webhooks.
Latest version
1.0.2
Latest release
3 Dec 2023
Compatible with
OutSystems 11
#Connector
#Email
Email Using API
Send email using external API
Implement the logic as shown in attached images.
You can send unlimited mails to any domain.
-by Prashant Salunke
0
19
Email Using API
by
Prashant Salunke
Send email using external API
Implement the logic as shown in attached images.
You can send unlimited mails to any domain.
-by Prashant Salunke
Latest version
1.0.1
Latest release
7 Oct 2022
Compatible with
OutSystems 11
#Email
auto email
Work Email Address Validator
Used to valid that the email is Work(Official) email or not. we can use this in both client side and server to validate work email. we have also one action for specific domain to validate e.g, "company.com". As of now it will restrict to domains like gmail.com ,yahoo.com, outllok.com, live.com, mailinator.com, yopmail.com etc.
0
16
Work Email Address Validator
by
Grijesh Suman
Used to valid that the email is Work(Official) email or not. we can use this in both client side and server to validate work email. we have also one action for specific domain to validate e.g, "company.com". As of now it will restrict to domains like gmail.com ,yahoo.com, outllok.com, live.com, mailinator.com, yopmail.com etc.
Latest version
1.0.0
Latest release
15 Sep 2023
Compatible with
OutSystems 11
"Address Validation"
#Email
Email va
Email Validation
Validator JS
This library empowers you to assess and validate a wide range of text data effectively. It is built upon a JavaScript library that can be found at this URL: https://github.com/validatorjs/validator.js.
1
14
Validator JS
by
João Pais
This library empowers you to assess and validate a wide range of text data effectively. It is built upon a JavaScript library that can be found at this URL: https://github.com/validatorjs/validator.js.
Latest version
1.0.0
Latest release
3 Nov 2023
Compatible with
OutSystems 11
# form validation
#Email
#IBAN checker
#input
#inputs
#text
Json validator
JsonValidator
APIs Performance - Email
Email application for the main API's Performance application.
0
13
APIs Performance - Email
by
Bruno Domingues
Email application for the main API's Performance application.
Latest version
1.0.0
Latest release
22 Aug 2023
Compatible with
OutSystems 11
#API
#Email
#performance
APIPERFORMANCE
Postman Email
Wrapper for Postman Programmatic Email API. This implementation is especially useful for older on premise OutSystems which does not support multipart form data.
0
7
Postman Email
by
Htet Myo Oo Peter
Wrapper for Postman Programmatic Email API. This implementation is especially useful for older on premise OutSystems which does not support multipart form data.
Latest version
1.0.0
Latest release
20 Oct 2023
Compatible with
OutSystems 11
#Email
Email EML Generator
Generate EML is an OutSystems extension that creates a fully compliant .eml email file (MIME format) from structured input.
0
4
Email EML Generator
by
Mihai Melencu
Generate EML is an OutSystems extension that creates a fully compliant .eml email file (MIME format) from structured input.
Latest version
1.0.0
Latest release
16 Mar 2026
Compatible with
OutSystems 11
#Email
Email
eml
generateEml
Loading
Loading...