Re: [U2] Send Email from Universe (Windows)

2008-08-21 Thread Cedric Fontaine (Nozumi Solutions)

Bill Haskett a icrit :

Windows has its own SMTP server that usually gets installed with IIS.  All
you need to do is configure it to send email properly then simply write the
properly formatted UniVerse email to the standard
C:\inetpub\mailroot\Pickup directory (via a Q file - errr a VOC file
pointer).


[AD]We do sell a smtpclient running on Universe Windows. It runs on a 
phantom process, read a stack email to send from pick file and then send 
it using your provider SMTP.[/AD]


--
Cordialement,
Cedric Fontaine
NOZUMI SOLUTIONS inc.
une filiale d'EASY SOFT France
www.nozumi.ca
+1.514.313-3310

Connaissez vous notre portail de reservation d'hotels ?
www.easyresort.ca
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Send Email from Universe (Windows)

2008-08-21 Thread Martin Phillips

Hi all,

Windows has its own SMTP server that usually gets installed with IIS. 
All
you need to do is configure it to send email properly then simply write 
the

properly formatted UniVerse email to the standard
C:\inetpub\mailroot\Pickup directory (via a Q file - errr a VOC file
pointer).


You can find an example program to do this at 
www.openqm.com/cgi/lbscgi.exe?t0=ht1=kb.3. It was written for QM but 
should work fine for U2 with two minor changes. The pass by value syntax 
in the subroutine declaration needs to be replaced by use of a temporary 
variable and the LOGMSG statements for error handling would need replacing.



Martin Phillips
Ladybridge Systems Ltd
17b Coldstream Lane, Hardingstone, Northampton, NN4 6DB
+44-(0)1604-709200 
---

u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Send Email from Universe (Windows)

2008-08-20 Thread Jayones0317
Shareware product called BLAT...   Enjoy..

Jay Jones


mbtech wrote:
 
 What are some free options on sending email from Universe on Windows? 
 I've done this in Unix before but never Windows.  Thanks.
 

-- 
View this message in context: 
http://www.nabble.com/Send-Email-from-Universe-%28Windows%29-tp19035651p19069773.html
Sent from the U2 - Users mailing list archive at Nabble.com.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Send Email from Universe (Windows)

2008-08-20 Thread David A. Green
wSendmail works on Windows, I had to modify the source in order to send
Attachments.

I use my own version now written in UniBasic with a socket connection
directly to the SMTP server.  It's much faster and more reliable.

Thanks,
David A. Green
www.dagconsulting.com
(480) 813-1725


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jayones0317
Sent: Wednesday, August 20, 2008 6:45 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Send Email from Universe (Windows)

Shareware product called BLAT...   Enjoy..

Jay Jones


mbtech wrote:
 
 What are some free options on sending email from Universe on Windows? 
 I've done this in Unix before but never Windows.  Thanks.
 

-- 
View this message in context:
http://www.nabble.com/Send-Email-from-Universe-%28Windows%29-tp19035651p1906
9773.html
Sent from the U2 - Users mailing list archive at Nabble.com.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Send Email from Universe (Windows)

2008-08-20 Thread Doug Chanco
Another free option that I do not like but does work, is to ftp an
email formatted text file (that you create in universe) to an email
server (exchange/sendmail/etc) and have it process the files in a
particular directory as emails and send them out.

Like I said I don't like it but it's free and fairly easy to do and does
work (we are currently sending out email in this manner)

Dougc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jayones0317
Sent: Wednesday, August 20, 2008 9:45 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Send Email from Universe (Windows)

Shareware product called BLAT...   Enjoy..

Jay Jones


mbtech wrote:
 
 What are some free options on sending email from Universe on Windows? 
 I've done this in Unix before but never Windows.  Thanks.
 

-- 
View this message in context:
http://www.nabble.com/Send-Email-from-Universe-%28Windows%29-tp19035651p
19069773.html
Sent from the U2 - Users mailing list archive at Nabble.com.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

-- 
This message has been scanned for viruses and
dangerous content by SecureMail, and is
believed to be clean.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Send Email from Universe (Windows)

2008-08-20 Thread Burwell, Ed
A few years ago a nice participant on this list sent me a subroutine that got 
us going (on Unidata).  It's been great.  I can email it to you off-line if you 
like.


Ed Burwell
Consultant
Data Processing
 
CASIO AMERICA, INC.
570 Mt. Pleasant Avenue
Dover, NJ  07801
973-361-5400 x1512
email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
www.casio.com http://www.casio.com 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of David A. Green
Sent: Wednesday, August 20, 2008 12:14 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Send Email from Universe (Windows)


wSendmail works on Windows, I had to modify the source in order to send
Attachments.

I use my own version now written in UniBasic with a socket connection
directly to the SMTP server.  It's much faster and more reliable.

Thanks,
David A. Green
www.dagconsulting.com
(480) 813-1725


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jayones0317
Sent: Wednesday, August 20, 2008 6:45 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Send Email from Universe (Windows)

Shareware product called BLAT...   Enjoy..

Jay Jones


mbtech wrote:
 
 What are some free options on sending email from Universe on Windows? 
 I've done this in Unix before but never Windows.  Thanks.
 

-- 
View this message in context:
http://www.nabble.com/Send-Email-from-Universe-%28Windows%29-tp19035651p1906
9773.html
Sent from the U2 - Users mailing list archive at Nabble.com.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

__
This e-mail has been scanned by MCI Managed Email Content Service, using 
Skeptic(tm) technology powered by MessageLabs. For more information on MCI's 
Managed Email Content Service, visit http://www.mci.com.
__

__
This e-mail has been scanned by MCI Managed Email Content Service, using 
Skeptic(tm) technology powered by MessageLabs. For more information on MCI's 
Managed Email  Content Service, visit http://www.mci.com.
__
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Send Email from Universe (Windows)

2008-08-20 Thread Jeff Schasny
I've got some mail subroutines that work on both Unix and Win32 here:

http://www.schasny.com/BP/

You'll need to install Blat and get the MAIL.SEND routine for Win32

Doug Chanco wrote:
 Another free option that I do not like but does work, is to ftp an
 email formatted text file (that you create in universe) to an email
 server (exchange/sendmail/etc) and have it process the files in a
 particular directory as emails and send them out.

 Like I said I don't like it but it's free and fairly easy to do and does
 work (we are currently sending out email in this manner)

 Dougc

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Jayones0317
 Sent: Wednesday, August 20, 2008 9:45 AM
 To: u2-users@listserver.u2ug.org
 Subject: Re: [U2] Send Email from Universe (Windows)

 Shareware product called BLAT...   Enjoy..

 Jay Jones


 mbtech wrote:
   
 What are some free options on sending email from Universe on Windows? 
 I've done this in Unix before but never Windows.  Thanks.

 

   

-- 

Jeff Schasny - Denver, Co, USA
jschasny at gmail dot com

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Send Email from Universe (Windows)

2008-08-20 Thread doug chanco

can you send me a copy as well?  I am interested how it works

dougc

my email is [EMAIL PROTECTED]

Burwell, Ed wrote:

A few years ago a nice participant on this list sent me a subroutine that got 
us going (on Unidata).  It's been great.  I can email it to you off-line if you 
like.


Ed Burwell
Consultant
Data Processing
 
CASIO AMERICA, INC.

570 Mt. Pleasant Avenue
Dover, NJ  07801
973-361-5400 x1512
email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
www.casio.com http://www.casio.com 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of David A. Green
Sent: Wednesday, August 20, 2008 12:14 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Send Email from Universe (Windows)


wSendmail works on Windows, I had to modify the source in order to send
Attachments.

I use my own version now written in UniBasic with a socket connection
directly to the SMTP server.  It's much faster and more reliable.

Thanks,
David A. Green
www.dagconsulting.com
(480) 813-1725


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jayones0317
Sent: Wednesday, August 20, 2008 6:45 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Send Email from Universe (Windows)

Shareware product called BLAT...   Enjoy..

Jay Jones


mbtech wrote:
  
What are some free options on sending email from Universe on Windows? 
I've done this in Unix before but never Windows.  Thanks.

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


Re: [U2] Send Email from Universe (Windows)

2008-08-20 Thread Rex Gozar

Can you post it on this list so all of us can see?

rex

doug chanco wrote:

can you send me a copy as well?  I am interested how it works

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Send Email from Universe (Windows)

2008-08-20 Thread Bill Haskett
Windows has its own SMTP server that usually gets installed with IIS.  All
you need to do is configure it to send email properly then simply write the
properly formatted UniVerse email to the standard
C:\inetpub\mailroot\Pickup directory (via a Q file - errr a VOC file
pointer).

This doesn't take into account other amenities like attachments and the
like.  However, we find it's quite useful for most of our emailing needs as
we don't sent attachments; mostly statements, notices, work orders and the
like.

HTH

Bill

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jayones0317
Sent: Wednesday, August 20, 2008 6:45 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Send Email from Universe (Windows)

Shareware product called BLAT...   Enjoy..

Jay Jones


mbtech wrote:
 
 What are some free options on sending email from Universe on Windows? 
 I've done this in Unix before but never Windows.  Thanks.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


RE: [U2] Send Email from Universe (Windows)

2008-08-20 Thread Burwell, Ed
Oops.  I just re-read the original post.  Our implementation is Unidata on 
Unix.  The subroutine utilizes sendmail - don't know if this will work for 
Universe on Windows.  Sorry.

Ed

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Burwell, Ed
Sent: Wednesday, August 20, 2008 2:43 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Send Email from Universe (Windows)


A few years ago a nice participant on this list sent me a subroutine that got 
us going (on Unidata).  It's been great.  I can email it to you off-line if you 
like.


Ed Burwell
Consultant
Data Processing
 
CASIO AMERICA, INC.
570 Mt. Pleasant Avenue
Dover, NJ  07801
973-361-5400 x1512
email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
www.casio.com http://www.casio.com 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of David A. Green
Sent: Wednesday, August 20, 2008 12:14 PM
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] Send Email from Universe (Windows)


wSendmail works on Windows, I had to modify the source in order to send
Attachments.

I use my own version now written in UniBasic with a socket connection
directly to the SMTP server.  It's much faster and more reliable.

Thanks,
David A. Green
www.dagconsulting.com
(480) 813-1725


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jayones0317
Sent: Wednesday, August 20, 2008 6:45 AM
To: u2-users@listserver.u2ug.org
Subject: Re: [U2] Send Email from Universe (Windows)

Shareware product called BLAT...   Enjoy..

Jay Jones


mbtech wrote:
 
 What are some free options on sending email from Universe on Windows? 
 I've done this in Unix before but never Windows.  Thanks.
 

-- 
View this message in context:
http://www.nabble.com/Send-Email-from-Universe-%28Windows%29-tp19035651p1906
9773.html
Sent from the U2 - Users mailing list archive at Nabble.com.
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

__
This e-mail has been scanned by MCI Managed Email Content Service, using 
Skeptic(tm) technology powered by MessageLabs. For more information on MCI's 
Managed Email Content Service, visit http://www.mci.com.
__

__
This e-mail has been scanned by MCI Managed Email Content Service, using 
Skeptic(tm) technology powered by MessageLabs. For more information on MCI's 
Managed Email  Content Service, visit http://www.mci.com.
__
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

__
This e-mail has been scanned by MCI Managed Email Content Service, using 
Skeptic(tm) technology powered by MessageLabs. For more information on MCI's 
Managed Email Content Service, visit http://www.mci.com.
__

__
This e-mail has been scanned by MCI Managed Email Content Service, using 
Skeptic(tm) technology powered by MessageLabs. For more information on MCI's 
Managed Email  Content Service, visit http://www.mci.com.
__
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/