<?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 email from OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016237#M80545</link>
    <description>&lt;!--!*#--&gt;You can get some hints from&lt;BR /&gt;&lt;BR /&gt;      nslookup -type=mx genworth.com&lt;BR /&gt;&lt;BR /&gt;but it's really a question for your corporate&lt;BR /&gt;network folks, who may have some other ideas.</description>
    <pubDate>Thu, 30 Nov 2006 19:30:40 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2006-11-30T19:30:40Z</dc:date>
    <item>
      <title>Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016222#M80530</link>
      <description>What software is required to enable OpenVMS to send email messages?  I have previously worked at a site where the PMDF email sofware was installed.  Very nice.  At my current site, I don't have any known ability to have DCL email a message.  Wanting this for Job Termination notification, i.e., text message, pager, email.  We are in a mixed network of Windows servers (Exchange email), workstations and a single Alpha DS20e.&lt;BR /&gt;&lt;BR /&gt;Looking for very basic outbound email capability with minimal expense.  I'm in contact with Process about PMDF, but on a limited budget for software.&lt;BR /&gt;&lt;BR /&gt;Short of having navtive VMS code, I'm looking at creating a pc based solution with our Windows-to-OpenVMS middleware to drive the emailing.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John Farmer&lt;BR /&gt;john dot farmer at genworth dot com&lt;BR /&gt;OpenVMS 7.2-1&lt;BR /&gt;DEC Alpha DS20e&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2006 16:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016222#M80530</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2006-11-29T16:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016223#M80531</link>
      <description>VMS includes a MAIL application that works with DECnet and TCP/IP provided that your TCP/IP stack has SMTP configured/enabled.&lt;BR /&gt;What TCP/IP stack are you using? (MultiNet, TCPware or TCP/IP Services).&lt;BR /&gt;&lt;BR /&gt;From DCL:&lt;BR /&gt;$ mail [filespec] [recipient-name]</description>
      <pubDate>Wed, 29 Nov 2006 17:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016223#M80531</guid>
      <dc:creator>Richard Whalen</dc:creator>
      <dc:date>2006-11-29T17:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016224#M80532</link>
      <description>&lt;BR /&gt;How about just good old VMS Mail and TCPIP SMTP?  Works great for me.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2006 17:24:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016224#M80532</guid>
      <dc:creator>EdgarZamora</dc:creator>
      <dc:date>2006-11-29T17:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016225#M80533</link>
      <description>If you have SMTP enabled...&lt;BR /&gt;You may also have to look at your gateway definitions and MX records in your networking configuration, however something like this should work&lt;BR /&gt;&lt;BR /&gt;$ mail/subject="whatever" message.txt "smtp%name@domain"&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Wed, 29 Nov 2006 17:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016225#M80533</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2006-11-29T17:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016226#M80534</link>
      <description>Simple is great for me.  How to I verify the TCP/IP stack and whether SMTP is enabled.  I suspect one of these is not configured correctly, as some mail examples I've tried do not work.  Command like Mail/Subject="my message" NL: smtp%"name@domain.com" returns the error &lt;BR /&gt;&lt;BR /&gt;%MAIL-E-ERRACTRNS, error activating transport SMTP&lt;BR /&gt;%LIB-E-ACTIMAGE, error activating image CLIAXP$DKA0:[SYS0.SYSCOMMON.][SYSLIB]SMTP_MAILSHR.EXE;&lt;BR /&gt;-RMS-E-FNF, file not found&lt;BR /&gt;&lt;BR /&gt;So I assume the SMTP_MailShr.exe process is not installed.  Is that part of VMS, the TCP/IP stack or other?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Wed, 29 Nov 2006 17:36:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016226#M80534</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2006-11-29T17:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016227#M80535</link>
      <description>This is how it should look&lt;BR /&gt;&lt;BR /&gt;_TNA120:tcpip show config smtp&lt;BR /&gt; &lt;BR /&gt;SMTP Configuration&lt;BR /&gt;                                                                   Options&lt;BR /&gt;Initial interval:   0 00:30:00.00       Address_max:    16       NOEIGHT_BIT&lt;BR /&gt;Retry interval:     0 01:00:00.00       Hop_count_max:  16       RELAY&lt;BR /&gt;Maximum interval:   3 00:00:00.00                                TOP_HEADERS&lt;BR /&gt; &lt;BR /&gt;Timeout             Initial       Mail    Receipt       Data  Terminate&lt;BR /&gt;  Send:                   5          5          5          3         10&lt;BR /&gt;  Receive:                5&lt;BR /&gt; &lt;BR /&gt;Alternate gateway:  xxxxxxxxx.xxxxxxxxxx.xxx.xx&lt;BR /&gt;General gateway:    not defined&lt;BR /&gt; &lt;BR /&gt;Substitute domain:  not defined&lt;BR /&gt;Zone:               not defined&lt;BR /&gt; &lt;BR /&gt;Postmaster:         TCPIP$SMTP&lt;BR /&gt;Log file:           SYS$SPECIFIC:[TCPIP$SMTP]TCPIP$SMTP_LOGFILE.LOG&lt;BR /&gt; &lt;BR /&gt;Generic queue       Queues   Participating nodes&lt;BR /&gt;                     &lt;BR /&gt;TCPIP$SMTP_C22_00      1     C22&lt;BR /&gt;_TNA120:&lt;BR /&gt;&lt;BR /&gt;If it is not enabled, you will have to run &lt;BR /&gt;Directory SYS$COMMON:[SYSMGR]&lt;BR /&gt;&lt;BR /&gt;TCPIP$SMTP_STARTUP.COM;6                &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Phil</description>
      <pubDate>Wed, 29 Nov 2006 17:48:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016227#M80535</guid>
      <dc:creator>Phil.Howell</dc:creator>
      <dc:date>2006-11-29T17:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016228#M80536</link>
      <description>If you want to find out what network protocols are running, simply type:&lt;BR /&gt;$ show network&lt;BR /&gt;Something like that should show up:&lt;BR /&gt;&lt;BR /&gt;Product:  DECNET        Node:  HNAC                 Address(es):  1.3&lt;BR /&gt;Product:  TCP/IP        Node:  HNAC.northernhealth.ca Address(es):  10.171.2.7&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;Assuming you are using TCP/IP services for OpenVMS, you can say&lt;BR /&gt;$ TCPIP&lt;BR /&gt;TCPIP&amp;gt; SHOW MAIL ...&lt;BR /&gt;&lt;BR /&gt;to monitor your mail service. The SMTP protocol is not enabled by default. To enable it, use:&lt;BR /&gt;$ @sys$manager:TCPIP$CONFIG&lt;BR /&gt;&lt;BR /&gt;Then select option 2 (client components) from the menu. Then select option 6 (SMTP) from the next menu to enable and start it.&lt;BR /&gt;&lt;BR /&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;Ziggy&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Nov 2006 17:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016228#M80536</guid>
      <dc:creator>Ziggy Filek</dc:creator>
      <dc:date>2006-11-29T17:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016229#M80537</link>
      <description>Once SMTP is working on VMS, you can send files as an attachment. You can use my enclosed procedure (based on the Ratkinson procedure).&lt;BR /&gt;&lt;BR /&gt;You only have to modify logical names (or define them) and modify alarm reporting (check for the word WMS).&lt;BR /&gt;&lt;BR /&gt;If you want to mail old style reports (esp. with width larger than 132) the PDF option is handy but requires the freeware program txt2pdf in a modified form (see other thread where I posted the changes).&lt;BR /&gt;&lt;BR /&gt;Wim</description>
      <pubDate>Thu, 30 Nov 2006 02:41:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016229#M80537</guid>
      <dc:creator>Wim Van den Wyngaert</dc:creator>
      <dc:date>2006-11-30T02:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016230#M80538</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;simple procedure to enable SMTP:&lt;BR /&gt;&lt;BR /&gt;- identifiy an SMTP server that will accept mails from your VMS box (e.g. the Exchange server)&lt;BR /&gt;&lt;BR /&gt;- log into a privileged account&lt;BR /&gt;&lt;BR /&gt;- $ TCPIP SET CONFIG SMTP -&lt;BR /&gt;  /GATEWAY=ALTERNATE=smtp_server -&lt;BR /&gt;  /ZONE=hostname_of_your_vms_box&lt;BR /&gt;&lt;BR /&gt;  That way, all mail that's not directed at your VMS box is sent to the SMTP server.&lt;BR /&gt;&lt;BR /&gt;- $ @SYS$MANAGER:TCPIP$CONFIG.COM&lt;BR /&gt;  In the Client Components (item 2), choose SMTP, then choose "Enable and start service"&lt;BR /&gt;&lt;BR /&gt;You should now be ready to send mails via SMTP, e.g.&lt;BR /&gt;&lt;BR /&gt;$ MAIL/SUBJECT="Test" NL: "a@mail.address"&lt;BR /&gt;&lt;BR /&gt;In older VMS versions, you'd have to prefix the recipient address with "SMTP%" (without the quotes).&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin</description>
      <pubDate>Thu, 30 Nov 2006 03:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016230#M80538</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-11-30T03:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016231#M80539</link>
      <description>John, you might also want to have a look at these threads :-&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1075329" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1075329&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1001087" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1001087&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 30 Nov 2006 03:48:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016231#M80539</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-11-30T03:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016232#M80540</link>
      <description>SHOW MAIL in TCPIP indicates the TCPIP$SMTP_MAILSHR.EXE image is not installed.  Is that something where HP Support (via our support contract) would help, or are we on our own to get it "installed"?&lt;BR /&gt;&lt;BR /&gt;I am a developer, and haven't done any VMS software installations.  I'm sure I can get more than enough instruction from this forum, just don't want to be a pest, as I would require MUCH guidance.  So, we need to start with getting the SMTP stuff installed, then the config questions will start.&lt;BR /&gt;&lt;BR /&gt;Is there a good HP reference/doc on the SMTP subject, that you can point me to?&lt;BR /&gt;&lt;BR /&gt;Also, being behind on vms versions doesn't help matters.  We have planned to get more current in first qtr 2007.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Thu, 30 Nov 2006 09:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016232#M80540</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2006-11-30T09:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016233#M80541</link>
      <description>John, it's probably simply because you haven't started the SMTP service.&lt;BR /&gt;&lt;BR /&gt;Run SYS$MANAGER:TCPIP$CONFIG, and select option 2 - Client Components, then option 6 - SMTP.&lt;BR /&gt;&lt;BR /&gt;Choose to enable and start the service.&lt;BR /&gt;&lt;BR /&gt;Rob.</description>
      <pubDate>Thu, 30 Nov 2006 09:48:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016233#M80541</guid>
      <dc:creator>Robert Atkinson</dc:creator>
      <dc:date>2006-11-30T09:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016234#M80542</link>
      <description>&amp;gt;  SHOW MAIL in TCPIP indicates the&lt;BR /&gt;&amp;gt; TCPIP$SMTP_MAILSHR.EXE image is not&lt;BR /&gt;&amp;gt; installed. Is that something where HP&lt;BR /&gt;&amp;gt; Support (via our support contract) would&lt;BR /&gt;&amp;gt; help, or are we on our own to get it&lt;BR /&gt;&amp;gt; "installed"?&lt;BR /&gt;&lt;BR /&gt;Well, yes, but ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt; $ @sys$manager:TCPIP$CONFIG&lt;BR /&gt;&lt;BR /&gt;Still worth a try.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is there a good HP reference/doc on the&lt;BR /&gt;&amp;gt; SMTP subject, that you can point me to?&lt;BR /&gt;&lt;BR /&gt;Start with TCPIP SHOW VERSION, then deviate&lt;BR /&gt;accordingly:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/index.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/index.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/tcpip56.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/tcpip56.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/tcpip53.html" target="_blank"&gt;http://h71000.www7.hp.com/doc/tcpip53.html&lt;/A&gt; (?)&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/73final/6526/6526pro.HTML" target="_blank"&gt;http://h71000.www7.hp.com/doc/73final/6526/6526pro.HTML&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Or wander around a little in that&lt;BR /&gt;neighborhood.</description>
      <pubDate>Thu, 30 Nov 2006 09:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016234#M80542</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-11-30T09:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016235#M80543</link>
      <description>John,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;SHOW MAIL in TCPIP indicates the TCPIP$SMTP_MAILSHR.EXE image is not installed. Is that something where HP Support (via our support contract) would help, or are we on our own to get it "installed"?&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;I think you mis-interpret the meaning of "installed" here. It does not have to do with software installation. Look for yourself: I'm sure the file SYS$SHARE:TCPIP$SMTP_MAILSHR.EXE is already there.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;So, we need to start with getting the SMTP stuff installed, then the config questions will start.&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;Okay, let's assume SMTP already is installed (it is - trust me ;-).&lt;BR /&gt;&lt;BR /&gt;So, start configuring by follow my config procedure posted above.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Martin</description>
      <pubDate>Thu, 30 Nov 2006 10:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016235#M80543</guid>
      <dc:creator>Martin Vorlaender</dc:creator>
      <dc:date>2006-11-30T10:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016236#M80544</link>
      <description>Hi folks,&lt;BR /&gt;&lt;BR /&gt;Yes, you were correct.  The SMTP service was DISABLED.  I ENABLED/STARTED the service. I am trying to locate the IP address of the corporate SMTP server.  The value I had for SET CONFIG was not correct, so the mail messages are bouncing back... But we've made progress!!!  Will update you all when I get and try that info.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Thu, 30 Nov 2006 17:24:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016236#M80544</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2006-11-30T17:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016237#M80545</link>
      <description>&lt;!--!*#--&gt;You can get some hints from&lt;BR /&gt;&lt;BR /&gt;      nslookup -type=mx genworth.com&lt;BR /&gt;&lt;BR /&gt;but it's really a question for your corporate&lt;BR /&gt;network folks, who may have some other ideas.</description>
      <pubDate>Thu, 30 Nov 2006 19:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016237#M80545</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2006-11-30T19:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016238#M80546</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You'll need to get on the SMTP server and allow your VMS server have the ability to relaying messages through, especially the Exchange server.&lt;BR /&gt;&lt;BR /&gt;Jorge</description>
      <pubDate>Thu, 30 Nov 2006 20:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016238#M80546</guid>
      <dc:creator>Jorge Cocomess</dc:creator>
      <dc:date>2006-11-30T20:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016239#M80547</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Was able to locate an SMTP server on the network, set smtp config, as noted above, and successfully sent and email from VMS to my exchange email, and to my cell phone (text message).  There may be a few other tweaks as I learn more, but I reached my goal.  Thanks for all the wonderful help on the subject.&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Fri, 01 Dec 2006 09:47:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016239#M80547</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2006-12-01T09:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016240#M80548</link>
      <description>Wim,&lt;BR /&gt;&lt;BR /&gt;I didn't see your "Enclosed Procedure" for email attachments.  Is that in another thread?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Fri, 01 Dec 2006 12:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016240#M80548</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2006-12-01T12:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sending email from OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016241#M80549</link>
      <description>Thanks to all the help in getting our VMS-Mail/Email configured.  SMTP configuration directions were invaluable.  The system is able to send basic email messages for on-call trouble-notification purposes.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;John</description>
      <pubDate>Tue, 12 Dec 2006 12:42:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/sending-email-from-openvms/m-p/5016241#M80549</guid>
      <dc:creator>John T. Farmer</dc:creator>
      <dc:date>2006-12-12T12:42:39Z</dc:date>
    </item>
  </channel>
</rss>

