ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
MuleSoft ESB
Sending Email using SMTP Connector
By
AKASH PRAJAPATI
SMTP Connector
Topics :
? Sending email using SMTP Connector
Pre-requisites :
? Basic under standing of Mule ESB
? JDK 1.8 or above
? Anypoint Studio v 6.0.0 or above
? Mule Server v 3.8.0 EE or above
? hMailSerer ( v5.6.5 or Latest )
Purpose:
? Sending mail using SMTP connector and open source mail server (like hMailServer (windows based)).
Create flow :
Component details : hmailserverFlow
1
2
3
Logger Information:
Steps:
(*) Execute URL : http://localhost:9091/mail
(*) Check Console Logs
(*) Check Mail Server User account
------------------------------------------------------------ Thank You ------------------------------------------------------------
hMailServer Details:
1 2

More Related Content

MuleSoft ESB Sending email using hmailserver

  • 1. MuleSoft ESB Sending Email using SMTP Connector By AKASH PRAJAPATI
  • 2. SMTP Connector Topics : ? Sending email using SMTP Connector Pre-requisites : ? Basic under standing of Mule ESB ? JDK 1.8 or above ? Anypoint Studio v 6.0.0 or above ? Mule Server v 3.8.0 EE or above ? hMailSerer ( v5.6.5 or Latest ) Purpose: ? Sending mail using SMTP connector and open source mail server (like hMailServer (windows based)).
  • 4. Component details : hmailserverFlow 1 2 3
  • 5. Logger Information: Steps: (*) Execute URL : http://localhost:9091/mail (*) Check Console Logs (*) Check Mail Server User account ------------------------------------------------------------ Thank You ------------------------------------------------------------