<?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 Sending mails manually using Tcode SOST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-manually-using-tcode-sost/m-p/7247816#M1527164</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi Experts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am using Zprogram to send  email to receivers in which i have used  FM 'SO_NEW_DOCUMENT_SEND_API1'  . Now the new requirement is to stop the mails sending automatically.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is it possible to adjust the program in a way that when executing the programme , the mailing is only prepared and eMail will only be sent via the TCode  SOST?&lt;/STRONG&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;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Raveendra&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Sep 2010 14:08:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-03T14:08:58Z</dc:date>
    <item>
      <title>Sending mails manually using Tcode SOST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-manually-using-tcode-sost/m-p/7247816#M1527164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi Experts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am using Zprogram to send  email to receivers in which i have used  FM 'SO_NEW_DOCUMENT_SEND_API1'  . Now the new requirement is to stop the mails sending automatically.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is it possible to adjust the program in a way that when executing the programme , the mailing is only prepared and eMail will only be sent via the TCode  SOST?&lt;/STRONG&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;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Raveendra&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 14:08:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-manually-using-tcode-sost/m-p/7247816#M1527164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-03T14:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sending mails manually using Tcode SOST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-manually-using-tcode-sost/m-p/7247817#M1527165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is the 'automatic' send occurring?  Are you setting the 'EXPRESS' value on the receiver or via background job scheduling with RSCONN01?  It's been many years since I've used that function so I don't remember if the 'EXPRESS' field on the receiver entry triggers an automatic send or not.  It probably does.  With the RSCONN01 job, if you shut down the periodic job, then the only way to send the email will be through manual dispatch in SOST.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 14:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-manually-using-tcode-sost/m-p/7247817#M1527165</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-09-03T14:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sending mails manually using Tcode SOST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-manually-using-tcode-sost/m-p/7247818#M1527166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there's any good way to do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to hold all emails from certain users you could try using CDG routing (note 311633) to assign their emails to a node that you leave turned off until you've checked the queue... But that only works if you want to stop all mail from that sender.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you could change to using a MAIL printer (device type M) and uncheck the print immediately so the email shows up in their print spool and needs to be triggered before being sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 18:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-manually-using-tcode-sost/m-p/7247818#M1527166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-03T18:13:53Z</dc:date>
    </item>
  </channel>
</rss>

