<?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>topic Re: Sending Mails in Background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334187#M1032607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; These are the steps to follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As I am unable to copy screen u go through these steps accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)	Go to T.Code SM36 give job name (any name) and Job class as 'C'.&lt;/P&gt;&lt;P&gt; 2)	Click on step button(tool bar) after coming to next screen&lt;/P&gt;&lt;P&gt; 3)	Give the program name and variant of the program in the below screen short.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Then click on save button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)	Below screen short will be displayed and click on back button.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;5)	Click on 'Spool list recipient'&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;6)	Specify the Recipient email id as show in the below screen short and click on COPY button.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;7)	Click on Start condition button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8)	Click on immediate button if you want to schedule the job immediate.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Then click on save button.&lt;/P&gt;&lt;P&gt;9)	Click on save button to release the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2008 12:54:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-19T12:54:19Z</dc:date>
    <item>
      <title>Sending Mails in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334183#M1032603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FM 'SO_NEW_DOCUMENT_ATT_SEND_API1' for sending out mails, but we don't have SMTP port enabled to send mails and Basis has also restrictions to enable this SMTP access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide any alternate way to send mails(background) that uses customized mail templates and doesn't need SMTP port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Depesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 12:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334183#M1032603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T12:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mails in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334184#M1032604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Configuration of Mail for SRM System&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a new service user (like SRMADMIN) with the profile S_A.SCON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have created user psrmailadm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maintain the following profile parameters (using TCode RZ10)&lt;/P&gt;&lt;P&gt;u2022	icm/server_port_&amp;lt;*&amp;gt; = PROT=SMTP,PORT=&amp;lt;PORT&amp;gt;,TIMEOUT=180&lt;/P&gt;&lt;P&gt;(Example: icm/server_port_1 = PROT=SMTP,PORT=25,TIMEOUT=180;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This opens a TCP/IP port for reception of mails by the SMTP plug-in.&lt;/P&gt;&lt;P&gt;&amp;lt;*&amp;gt; signifies the number of icm server port, if no icm port is defined in the system then u20180u2019 can be used else the next free number can be used.&lt;/P&gt;&lt;P&gt;&amp;lt;port&amp;gt; specifies the port to be opened for the incoming mail (normally for mail it is 25). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In impp16 we have PROT=SMTP,PORT=25,EXTBIND=1,TIMEOUT=1800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Configuring Outgoing Mail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run Transaction SCOT&lt;/P&gt;&lt;P&gt;Maintain Default Domain (Under Settings -&amp;gt; Default Domain) {xyz.abc.com}&lt;/P&gt;&lt;P&gt;pune.telco.co.in	&lt;/P&gt;&lt;P&gt;Maintain SMTP Node Setting&lt;/P&gt;&lt;P&gt;Double Click on the SMTP&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Please ensure that the node in Use is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Schedule Background job&lt;/P&gt;&lt;P&gt;Under Transaction SCOT&lt;/P&gt;&lt;P&gt;	Choose View -&amp;gt; jobs&lt;/P&gt;&lt;P&gt;Choose Create&lt;/P&gt;&lt;P&gt;Enter a job Name and confirm (SENDMAIL_CLIENT556)&lt;/P&gt;&lt;P&gt;Select the variant SAP&amp;amp;CONNECTALL BY PLACING CURSOR ON IT&lt;/P&gt;&lt;P&gt;Choose Schedule Job&lt;/P&gt;&lt;P&gt;Choose Schedule Periodically.&lt;/P&gt;&lt;P&gt;Enter an appropriate time period, such as 10 minutes&lt;/P&gt;&lt;P&gt;Choose Create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Configuring Incoming Mail&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This defined a virtual mail host for the reception of mails&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter SICF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps u.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manjari.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: manjari kotta on Aug 19, 2008 4:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 12:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334184#M1032604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T12:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mails in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334185#M1032605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without SMTP access in SAP, one can't send emails using any functionality within SAP...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 12:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334185#M1032605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T12:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mails in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334186#M1032606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If SMTP is not configured , you cannot send Internet mails.&lt;/P&gt;&lt;P&gt;But you can send SAP mails both in foreground and back ground.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 12:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334186#M1032606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T12:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mails in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334187#M1032607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; These are the steps to follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; As I am unable to copy screen u go through these steps accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)	Go to T.Code SM36 give job name (any name) and Job class as 'C'.&lt;/P&gt;&lt;P&gt; 2)	Click on step button(tool bar) after coming to next screen&lt;/P&gt;&lt;P&gt; 3)	Give the program name and variant of the program in the below screen short.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Then click on save button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)	Below screen short will be displayed and click on back button.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;5)	Click on 'Spool list recipient'&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;6)	Specify the Recipient email id as show in the below screen short and click on COPY button.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;7)	Click on Start condition button&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8)	Click on immediate button if you want to schedule the job immediate.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;Then click on save button.&lt;/P&gt;&lt;P&gt;9)	Click on save button to release the job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naveen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 12:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334187#M1032607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T12:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mails in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334188#M1032608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I have  E mail templates and I want to use those templates to send E mail from the BAPI that i have wrritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If without SMTP we can't access internet then can there be any possiblity for sending Intranet mails?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 11:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334188#M1032608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T11:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mails in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334189#M1032609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think without smtp we cannot send internet mails.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 11:48:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334189#M1032609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T11:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mails in Background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334190#M1032610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2009 09:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-in-background/m-p/4334190#M1032610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-20T09:36:40Z</dc:date>
    </item>
  </channel>
</rss>

