<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>smtp &#8211; SAP EWM Help</title>
	<atom:link href="https://www.sapewmhelp.com/question-tag/smtp/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.sapewmhelp.com</link>
	<description>SAP EWM questions answered by experts — ABAP, S/4HANA, warehouse management</description>
	<lastBuildDate>Wed, 17 Sep 2025 17:53:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>Steps to Create a Mail Destination in SAP BTP Cockpit</title>
		<link>https://www.sapewmhelp.com/question/steps-to-create-a-mail-destination-in-sap-btp-cockpit/</link>
					<comments>https://www.sapewmhelp.com/question/steps-to-create-a-mail-destination-in-sap-btp-cockpit/#respond</comments>
		
		<dc:creator><![CDATA[DPM125]]></dc:creator>
		<pubDate>Wed, 17 Sep 2025 17:53:39 +0000</pubDate>
				<guid isPermaLink="false">https://www.sapewmhelp.com/?question=steps-to-create-a-mail-destination-in-sap-btp-cockpit</guid>

					<description><![CDATA[Log in to BTP Cockpit Go to SAP BTP Cockpit (or your landscape, e.g., eu10.hana.ondemand.com). Navigate to Your Subaccount Select your subaccount where your app/service will run. Go to Destinations In the left-hand menu → Connectivity → Destinations. Create a New Destination Click New Destination. Fill in details for your mail server, for example: Example: [&#8230;]]]></description>
										<content:encoded><![CDATA[<ul>
<li>
<p><strong>Log in to BTP Cockpit</strong></p>
<ul>
<li>
<p>Go to <a target="_new" class="decorated-link cursor-pointer">SAP BTP Cockpit<span></span></a> (or your landscape, e.g., <code>eu10.hana.ondemand.com</code>).</p>
</li>
</ul>
</li>
<li>
<p><strong>Navigate to Your Subaccount</strong></p>
<ul>
<li>
<p>Select your <strong>subaccount</strong> where your app/service will run.</p>
</li>
</ul>
</li>
<li>
<p><strong>Go to Destinations</strong></p>
<ul>
<li>
<p>In the left-hand menu → <strong>Connectivity → Destinations</strong>.</p>
</li>
</ul>
</li>
<li>
<p><strong>Create a New Destination</strong></p>
<ul>
<li>
<p>Click <strong>New Destination</strong>.</p>
</li>
<li>
<p>Fill in details for your mail server, for example:</p>
</li>
</ul>
<p><strong>Example: SMTP Mail Destination</strong></p>
</li>
</ul>
<p>Name: SMTP_MAIL<br />
Type: SMTP<br />
Description: SMTP Server for Email<br />
Mail Server: smtp.office365.com<br />
Port: 587<br />
Authentication: BasicAuthentication<br />
User: your-email@company.com<br />
Password: &lt;app password or SMTP password&gt;</p>
<p>&nbsp;</p>
<p><strong>Additional Properties:</strong></p>
<p>mail.smtp.auth = true<br />
mail.smtp.starttls.enable = true</p>
<p>&nbsp;</p>
<ol>
<li>
<p><em>(If your company uses another SMTP, replace accordingly.)</em></p>
</li>
<li>
<p><strong>Save &amp; Test</strong></p>
<ul>
<li>
<p>Save the destination.</p>
</li>
<li>
<p>Use the <strong>Check Connection</strong> button to ensure it works.</p>
</li>
</ul>
</li>
</ol>
<p><strong>Sending Emails from BTP Apps</strong></p>
<p>Once the destination is created:</p>
<ul>
<li>
<p>In <strong>CAP (Cloud Application Programming)</strong> or <strong>Node.js/Java apps</strong> running on BTP, you can call the destination using the <strong>Destination Service API</strong>.</p>
</li>
<li>
<p>Example: use <code>@sap-cloud-sdk/connectivity</code> (Node.js) or <code>com.sap.cloud.sdk.cloudplatform.connectivity.DestinationAccessor</code> (Java) to fetch SMTP config and send emails via a mail library.</p>
</li>
</ul>
<p>&nbsp;</p>
<p><strong>Alternative: SAP BTP Mail Service</strong></p>
<p>Instead of configuring SMTP yourself:</p>
<ul>
<li>
<p>Some BTP regions provide a <strong>Mail Service (Mail API)</strong> that can be used directly for outbound mail without handling SMTP configuration.</p>
</li>
<li>
<p>Check if your subaccount entitlements include <strong>&#8220;Mail&#8221; service</strong>.</p>
</li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://www.sapewmhelp.com/question/steps-to-create-a-mail-destination-in-sap-btp-cockpit/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
