<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Unable to send mail using data services? in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/unable-to-send-mail-using-data-services/qaa-p/12506038#M4686830</link>
    <description>&lt;P&gt;Hi ShivRam,&lt;/P&gt;&lt;P&gt;please refer below link and SAP article for your reference.&lt;/P&gt;&lt;P&gt;&lt;A href="https://document748.rssing.com/chan-14313668/all_p19.html" target="test_blank"&gt;https://document748.rssing.com/chan-14313668/all_p19.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1719365 - Issues using the smtp_to function - Data Services&lt;/P&gt;&lt;P&gt;1573029 - How to Send Email Through a Command Line to Verify Connectivity to the SMTP (Email) Server From BI Platform&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daya Jha&lt;/P&gt;</description>
    <pubDate>Wed, 16 Feb 2022 07:48:54 GMT</pubDate>
    <dc:creator>DayaJha</dc:creator>
    <dc:date>2022-02-16T07:48:54Z</dc:date>
    <item>
      <title>Unable to send mail using data services?</title>
      <link>https://community.sap.com/t5/technology-q-a/unable-to-send-mail-using-data-services/qaq-p/12506034</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I am using below command to send mail using exec but getting error as shown.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2021665-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;i have changed code to 8 and printed it as per a blog and getting below error now.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2021666-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 11:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unable-to-send-mail-using-data-services/qaq-p/12506034</guid>
      <dc:creator>shiv_parijatam</dc:creator>
      <dc:date>2022-02-15T11:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to send mail using data services?</title>
      <link>https://community.sap.com/t5/technology-q-a/unable-to-send-mail-using-data-services/qaa-p/12506035#M4686827</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;Data Services has a built in smtp_to function that you can utilize. It leverages the settings configured on your database server, If you have 'database mail configured' on a sql server. The below option should work for you. Here's a link explaining how it's configured (&lt;A rel="nofollow" href="https://blogs.sap.com/2015/10/26/sap-data-services-mailing-functionality/" target="_blank"&gt;SAP Data Services – Mailing Functionality&lt;/A&gt;) &lt;/P&gt;&lt;P&gt;Within your Application Server, go to your SAP Data Services Server manager and under the miscellaneous tab, configure your smtp settings and apply. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2023571-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Within your script you click on the function button and select the system options. &lt;/P&gt;&lt;P&gt;Select smtp_to and enter relevant details. &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2023572-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 12:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unable-to-send-mail-using-data-services/qaa-p/12506035#M4686827</guid>
      <dc:creator>former_member645387</dc:creator>
      <dc:date>2022-02-15T12:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to send mail using data services?</title>
      <link>https://community.sap.com/t5/technology-q-a/unable-to-send-mail-using-data-services/qaa-p/12506036#M4686828</link>
      <description>&lt;P&gt;Hi ShivRam,&lt;/P&gt;&lt;P&gt;Couple of points, before you proceed for SMTP setup.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Make sure firewall port (by default 25 port) of SMTP should be open between source and destination machine&lt;/LI&gt;&lt;LI&gt;Make sure in AWS SMTP port (by default 25) should be added in AWS security group if it was setup&lt;/LI&gt;&lt;LI&gt;Coordinate with mail exchange team to whitelist or add BODS server machine name&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Once all done, check connectivity setup using below command&lt;/P&gt;&lt;P&gt;telnet &amp;lt;source ip address of smtp/SMTP Name&amp;gt; &amp;lt;port number&amp;gt; for e.g. telnet email-smtp.eu-west1.amazonaws.com 25&lt;/P&gt;&lt;P&gt;I hope this will help!!!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Daya Jha&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 04:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unable-to-send-mail-using-data-services/qaa-p/12506036#M4686828</guid>
      <dc:creator>DayaJha</dc:creator>
      <dc:date>2022-02-16T04:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to send mail using data services?</title>
      <link>https://community.sap.com/t5/technology-q-a/unable-to-send-mail-using-data-services/qaa-p/12506037#M4686829</link>
      <description>&lt;P&gt;Hi Jeremy &amp;amp; Daya,&lt;/P&gt;&lt;P&gt;Thanks for your reply. Earlier I have tried with smtp function only by doing all the pre-requisites to enable the functionality. we have set up smtp server settins as in BODS Server manager as per blog (&lt;A rel="nofollow" href="https://blogs.sap.com/2015/10/26/sap-data-services-mailing-functionality/" target="_blank"&gt;https://blogs.sap.com/2015/10/26/sap-data-services-mailing-functionality/&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;I am able telnet smtp server &amp;amp; even able to send mails from PowerShell/Linux os level. &lt;/P&gt;&lt;P&gt;But when trying to same using scripts getting below error that is the reason I though of using PowerShell but not sure on how to trigger it using bods.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2021698-image.png" /&gt;&lt;/P&gt;&lt;P&gt;As per SAP not they are asking to install any third party smtp client so just wanted to check if any of you have installed any TP. It will be good to know which third party tool I should go as I dont see any recommendation from SAP in reply.&lt;/P&gt;&lt;P&gt;Thanks, Parijatam&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 07:15:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unable-to-send-mail-using-data-services/qaa-p/12506037#M4686829</guid>
      <dc:creator>shiv_parijatam</dc:creator>
      <dc:date>2022-02-16T07:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to send mail using data services?</title>
      <link>https://community.sap.com/t5/technology-q-a/unable-to-send-mail-using-data-services/qaa-p/12506038#M4686830</link>
      <description>&lt;P&gt;Hi ShivRam,&lt;/P&gt;&lt;P&gt;please refer below link and SAP article for your reference.&lt;/P&gt;&lt;P&gt;&lt;A href="https://document748.rssing.com/chan-14313668/all_p19.html" target="test_blank"&gt;https://document748.rssing.com/chan-14313668/all_p19.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;1719365 - Issues using the smtp_to function - Data Services&lt;/P&gt;&lt;P&gt;1573029 - How to Send Email Through a Command Line to Verify Connectivity to the SMTP (Email) Server From BI Platform&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Daya Jha&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 07:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/unable-to-send-mail-using-data-services/qaa-p/12506038#M4686830</guid>
      <dc:creator>DayaJha</dc:creator>
      <dc:date>2022-02-16T07:48:54Z</dc:date>
    </item>
  </channel>
</rss>

