Sending emails via your Gmail account

Sending emails via your Gmail account

For a lot of use cases it is nice to be able to send emails from Figaf to your email. It could be.
  1. To get information about updates of Cloud Integration Tenants
  2. To get information about alerts of failed iflows
  3. To get info you need to approve a transport
The setting here shows how to send emails via this. 

For rollout of Figaf you should be using your own SMTP server and not send the data via your Gmail. For PoC the gmail appoach is a way to handle hi.
  1. Open Google App passwords and sign in to your account.
  2. Enter your desired app name like Figaf, then select Generate.
  3. Copy and save your the password for the next step. 


In Figaf goto Configuration -> Configuration and fill in the follwing information. 


  • Email Address: {your email address}
  • Hostname: smtp.gmail.com
  • Port: 587 or 465
  • Username: {your Gmail address}
  • Password: {your Gmail app-specific password from before}
  • Security Protocol: TLS or SSL

In your BTP config, bat file or configuration file add the setting irt.smtp.starttls.enable=true.  We should later allow you to select Email protocol as STARTTLS

After you are done with the PoC and got a real password besure to back and delete the email. 


    • Related Articles

    • Testing Chained or linked iflows

      We often see customers that are using multiply iflows in a chain. It can either be via the Pipeline Concept that we fully support or via some other approach. In this short video I show how you can setup Chain objects. It is objects that links a ...
    • Configure SAP Alert Notification service

      1. Go to Service Marketplace and find Alert Notification service. 2. Finish installation wizard and create the instance. 3. Go to your alert-notification instance and configure subscriptions. 4. Create conditions based on the resources that interest ...
    • Accessing SMTP Server using XOAUTH2 on SAP BTP

      1. Cloud Connector Flow 1.1 Define Cloud Connector Mappings Open your Cloud Connector and configure an SMTP connection to your local mail server. Click on Cloud To On-Premise and then click the Add (+) icon to create a new mapping. (screenshot 1) Map ...
    • Transporting your migrated SAP CPI iFlows to production

      See how to handle the transport of your iFlow to production ​​ Here you will see how to transport your migrated and tested iflow into production. Create a landscape for the transport. It is possible to use only one system for the setup to see the ...
    • Connection to Your SAP BTP PostgreSQL Database

      Install the Cloud Foundry CLI (if needed) If you don’t already have the cf CLI on your machine, follow the installers or download a compressed binary from the V8 CLI Installation Guide: ...