How To Send Email From TIBCO Using Send Mail Activity

TIBCO Business Works provides options to send Email from business processes in designer. You can send email using your own SMTP server details or by using some other free SMTP services.

In this tutorial, I will teach you how you can send Email to any email address by using a free SMTP server smtpcorp.com

 

Step 1: Register for a free SMTP Account on smtpcorp.com

To send emails from your Tibco process, you need to have SMTP host name, IP address, Username and Password. Using Gmail SMTP for sending email from Tibco Process involves many complexities including STARTTLS errors. So, I decided to use free SMTP service of smtpcorp.com.

Note: If you are interested to know how Gmail SMTP based TIBCO process is implemented, You can refer to my below video tutorial where I explained how to use Gmail SMTP in TIBCO BW6.

BW6 Gmail SMTP Video Tutorial

First sign up for an account on this site to get required details for Mail Activity configuration.

Step 2: Create Tibco Process to Send Email

After having SMTP Host, Port, User and Password details, we need to create a process in TIBCO for sending email. In this tutorial, I have created a process which reads contents from a text file and sends it as email body.

In the process following activities are used after Start Activity:

  • Read File Activity
  • Send Mail Activity

Send Mail Activity is available in Mail Resources as shown below:

tibco Send Mail Activity

I have created a file mailbody.txt in which I have written text which will be sent ad email body. Read File activity is configured to read the file as shown below:

emailbody

In configuration of Send Mail activity, I have given Host, Port, User and Password as shown below. Use same username and password which you used for smtpcorp.com in step 1.

mail configuration

 

In input tab of Send Mail Activity configuration, we specify sender (our own email address), receiver email address, email subject, body etc. In the body, I have mapped output of Read File activity.

maininput configuration

 

Step 3: Test Process to Send Email from Tibco

Now validate the process and if it has no validation errors, we are all set to send email from our Tibco process. Using Designer Tester, test the process. If all transitions turn green, it means we have successfully sent email from our process

tibco sending email

 

 

Ajmal Abbasi

Ajmal Hussain Abbasi is Integration Consultant By Profession with 13+ years experience in Integration domain mainly with TIBCO products. He has extensive practical knowledge of TIBCO Business Works, TIBCO Cloud, TIBCO Flogo, TIBCO Mashery, TIBCO Spotfire, EMS and TIBCO ActiveSpaces. He has worked on a number of highly critical integration projects in various sectors by using his skills in TIBCO Flogo, TIBCO API Management (Mashery), TCI, Tibco Designer, TIBCO Business Studio, Adapters, TIBCO EMS, RV, Administrator, TIBCO BE, TIBCO ActiveSpaces etc. Ajmal Abbasi has experience with MuleSoft ESB as well. Ajmal Abbasi is also experienced in the area of API Management particularly with WSO2 API management platforms. Ajmal Abbasi is also experienced in developing solutions using Core Java and J2EE Technologies. You can contact Ajmal Abbasi for Consultancy, Technical Assistance and Technical Discussions.

More Posts - Website - Facebook - LinkedIn - YouTube

14 thoughts on “How To Send Email From TIBCO Using Send Mail Activity

  1. Senzo

    Great Tutorial, thank you. Could you create a receive mail tutorial.

    Reply
  2. Pingback: TIBCO Receive Mail Totorial: How to Receive Email Messages in TIBCO BW | Tibco Guide

  3. Alex Panganiban

    I enjoyed your “Send Mail from TIBCO using the Send Mail Activity” tutorial. Your tutorial really helped me to figure out how to send emails that don’t have any variable data in the body, however, I also need to learn how to create emails that contain variables whose values will change over and over again. Is there a quick way to do this using the Send Mail Activity?

    Thank you so much!

    Reply
  4. Tariq

    Dear

    How can i send many record result from database ?

    thank you

    Reply
  5. Saurabh Varshneya

    This was a very helpful post to use send mail activity for testing purposes.Thanks.
    Abbas, i am facing a issue while sending email as pdf attachment using mime header with binary content,
    The probem i am facing is that in bw 5.10 the pdf attchment in the mail comes as empty, while in bw5.7 its working fine. Do you have any idea about it.

    Reply
  6. Pingback: TIBCO Send Mail Tutorial: How to Send Email With Multiple Attachments in TIBCO BW | TutorialsPedia

  7. Pingback: TIBCO Send Mail With PDF Attachment: Step By Step Tutorial | TutorialsPedia

  8. nani

    i tried this i am getting connection timed out error…with mail.smtp2go.com:2525 this hodt and port..please help

    Reply
  9. Ali

    i have this error in the connection with smtp.gmail.com:587 Could not resolve mail server host name [smtp.gmail.com] please help!

    Reply
  10. alfonso

    esto funciona para correos de gmail y hotmail? con que puertos por favor?
    This works for gmail and hotmail emails? With which ports please

    Reply
  11. VKrishna

    Hi Guys,

    Can we send an excel file as email attachement in tibco BW using send mail activity? If yes, Please assist.

    Thanks.

    Reply
  12. Sandhya

    how to send email to gmail account. Do we need to install SMTP server? which one?

    Reply

Leave a Reply to Senzo Cancel reply

Your email address will not be published. Required fields are marked *