Sending Emails via Mendix SMTP Server

0
I am trying to set up a email functionality in my app. The Info in the Mendix Docu is not working( https://docs.mendix.com/developerportal/deploy/sending-email/) It says to put in Configuration::  Servername: localhost Port: 25   This is not working: Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: org.apache.commons.mail.EmailException: Sending the email to the following server failed : localhost:25   What am I missing? Is the localhost just a placeholder?
asked
3 answers
2

Hi Ian,

 

In this video is explained how you can set up the email module.

https://docs.mendix.com/appstore/modules/email-with-templates/

 

 

answered
1

Ian, 

 

You need an SMTP server that listens to this port. You could try a tool like FakeSMTP that acts as an SMTP server. 

answered
0

So it`s not possible to use the Mendix smtp server??

answered