 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SMTP &#8211; SEND PDF USING SNDDST TO FAX SERVER</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/smtp-send-pdf-using-snddst-to-fax-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/smtp-send-pdf-using-snddst-to-fax-server/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 03:16:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: LauraN</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/smtp-send-pdf-using-snddst-to-fax-server/#comment-88732</link>
		<dc:creator>LauraN</dc:creator>
		<pubDate>Sun, 27 Feb 2011 11:33:48 +0000</pubDate>
		<guid isPermaLink="false">#comment-88732</guid>
		<description><![CDATA[Hi,

You can find a nice and easy &lt;a href=&quot;http://www.interfax.net/en/dev/smtp&quot;&gt;fax SMTP&lt;/a&gt; API on the Interfax website. This API basically sends faxes automatically as email messages.

In these pages, you&#039;ll find some basic code snippets (in the usage examples) that send a fax as an attachment, and also other options that allow more advanced definition of message sending.

HTH,

L]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>You can find a nice and easy <a href="http://www.interfax.net/en/dev/smtp">fax SMTP</a> API on the Interfax website. This API basically sends faxes automatically as email messages.</p>
<p>In these pages, you&#8217;ll find some basic code snippets (in the usage examples) that send a fax as an attachment, and also other options that allow more advanced definition of message sending.</p>
<p>HTH,</p>
<p>L</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/smtp-send-pdf-using-snddst-to-fax-server/#comment-82010</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 30 Sep 2010 22:47:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-82010</guid>
		<description><![CDATA[No, that can&#039;t be right. If the fax service was one of the AS/400 fax products, you wouldn&#039;t need SNDDST. The fax product is on some remote system, so we&#039;re back to not using SNDDST for the transfer of the .PDF to the remote system.

I have to suggest that you look into downloading/installing something more appropriate such as &lt;a href=&quot;http://www.easy400.net/mmailh/intro.htm&quot;&gt;iSeries MIME &amp; Mail&lt;/a&gt; and avoid SNDDST for any non-text files. You could also base a solution around your own programming over the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzair/rzairsendmime.htm&quot;&gt;QtmmSendMail API&lt;/a&gt; which is the intended facility for SMTP e-mail, but you would possibly still want to use some of the MMAIL functions rather than write them yourself. Preparing attachments isn&#039;t an easy task without practice. (Simply configuring SNDDST to interface with SMTP can be hard enough without some experience.)

Tom]]></description>
		<content:encoded><![CDATA[<p>No, that can&#8217;t be right. If the fax service was one of the AS/400 fax products, you wouldn&#8217;t need SNDDST. The fax product is on some remote system, so we&#8217;re back to not using SNDDST for the transfer of the .PDF to the remote system.</p>
<p>I have to suggest that you look into downloading/installing something more appropriate such as <a href="http://www.easy400.net/mmailh/intro.htm">iSeries MIME &amp; Mail</a> and avoid SNDDST for any non-text files. You could also base a solution around your own programming over the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzair/rzairsendmime.htm">QtmmSendMail API</a> which is the intended facility for SMTP e-mail, but you would possibly still want to use some of the MMAIL functions rather than write them yourself. Preparing attachments isn&#8217;t an easy task without practice. (Simply configuring SNDDST to interface with SMTP can be hard enough without some experience.)</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/smtp-send-pdf-using-snddst-to-fax-server/#comment-81961</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Wed, 29 Sep 2010 18:11:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-81961</guid>
		<description><![CDATA[The &quot;syntax&quot; appears to be for an embedded e-mail address. I&#039;d guess that you have a fax product installed on your AS/400 and you intend that the product use your SNA e-mail facility to route the fax to your SMTP server.

Have you verified that the Mail Server Framework is configured to route through SMTP? Can you use SNDDST to send basic notes to outside e-mail addresses?

I keep a few external addresses (e.g., at MAIL.COM, at AOL or even a HotMail address) available for testing. I send to a couple different ones to verify that my system can send successfully.

Simple SNDDST e-mails from a command line should first work for any external e-mail addresses before faxes will work. Has that been verified? What external e-mail servers were tested?

Tom]]></description>
		<content:encoded><![CDATA[<p>The &#8220;syntax&#8221; appears to be for an embedded e-mail address. I&#8217;d guess that you have a fax product installed on your AS/400 and you intend that the product use your SNA e-mail facility to route the fax to your SMTP server.</p>
<p>Have you verified that the Mail Server Framework is configured to route through SMTP? Can you use SNDDST to send basic notes to outside e-mail addresses?</p>
<p>I keep a few external addresses (e.g., at MAIL.COM, at AOL or even a HotMail address) available for testing. I send to a couple different ones to verify that my system can send successfully.</p>
<p>Simple SNDDST e-mails from a command line should first work for any external e-mail addresses before faxes will work. Has that been verified? What external e-mail servers were tested?</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trekgirl850</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/smtp-send-pdf-using-snddst-to-fax-server/#comment-81904</link>
		<dc:creator>trekgirl850</dc:creator>
		<pubDate>Tue, 28 Sep 2010 12:35:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-81904</guid>
		<description><![CDATA[Here is the  syntax:

TOINTNET=/fax=999999999999/&lt;domain name@xxxxxxxx.com&gt;

and this is the error message i get:
Message ID . . . . . . :   CPI9045       Severity . . . . . . . :   00         
 Message type . . . . . :   Information                                         
 Message . . . . :   Distribution to user identifier *UNKNOWN *ANYMAIL failed.  

 Cause . . . . . :   The distribution was sent by user identifier(ID) SIMARDC   

   TARKDEV to user ID *UNKNOWN *ANYMAIL at 09/24/10 16:04:36. The distribution]]></description>
		<content:encoded><![CDATA[<p>Here is the  syntax:</p>
<p>TOINTNET=/fax=999999999999/&lt;domain <a href="mailto:name@xxxxxxxx.com">name@xxxxxxxx.com</a>&gt;</p>
<p>and this is the error message i get:<br />
Message ID . . . . . . :   CPI9045       Severity . . . . . . . :   00<br />
 Message type . . . . . :   Information<br />
 Message . . . . :   Distribution to user identifier *UNKNOWN *ANYMAIL failed.  </p>
<p> Cause . . . . . :   The distribution was sent by user identifier(ID) SIMARDC   </p>
<p>   TARKDEV to user ID *UNKNOWN *ANYMAIL at 09/24/10 16:04:36. The distribution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/smtp-send-pdf-using-snddst-to-fax-server/#comment-81901</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 28 Sep 2010 07:49:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-81901</guid>
		<description><![CDATA[&lt;i&gt;...could you provide me the e-mail address syntax ?&lt;/i&gt;

The basic e-mail address syntax is the user ID followed by the commercial-at symbol followed by the e-mail server domain name. But that&#039;s almost certainly not what you want to know.

Unfortunately, I have no idea what you want to know.

And in any case, you almost certainly won&#039;t be able to use SNDDST for this in any reliable way. You probably need a competent e-mail client unless you can guarantee that your PDF streamfiles won&#039;t contain anything but 7-bit ASCII characters.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>&#8230;could you provide me the e-mail address syntax ?</i></p>
<p>The basic e-mail address syntax is the user ID followed by the commercial-at symbol followed by the e-mail server domain name. But that&#8217;s almost certainly not what you want to know.</p>
<p>Unfortunately, I have no idea what you want to know.</p>
<p>And in any case, you almost certainly won&#8217;t be able to use SNDDST for this in any reliable way. You probably need a competent e-mail client unless you can guarantee that your PDF streamfiles won&#8217;t contain anything but 7-bit ASCII characters.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 5/8 queries in 0.020 seconds using memcached
Object Caching 325/326 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 04:56:40 -->