Direсеrtly sending E-mail From D3 (D3/NT ior D3/Linux)

Direсеrtly sending E-mail From D3 (D3/NT ior D3/Linux)

Post by Dmitry Popk » Sat, 12 Jul 2003 21:35:41



Welcome
I told several days ago about this soft, now I full isolete it  from
D3ZServer
I call It ZMail (It's shareware)
easy install, easy use

Short instruction here
http://d3zsoft.newmail.ru/D3ZServer/eng/ShareWareProgs.html#SendMail
download here
http://d3zsoft.newmail.ru/ZMail/
After install I recomment try execute
follow
SendMail -hsSMTP_server -t3 -fyours_email

P.S.
This utils is very usefull One execute and you get all pick file users
;-)
or somerhing else read instruction on web site
Good Luck

 
 
 

Direсеrtly sending E-mail From D3 (D3/NT ior D3/Linux)

Post by Richard Kan » Sat, 12 Jul 2003 22:22:19


Has anyone thought of using BLAT it is a shareware program and works by
using a shell command. Very simple. It took me 30 minutes to set it up
in MvBase. Should be easier in D3. It is similar to SEND-MAIL in Linux.
  Just look up BLAT in gogle and you will find the download sites.

Richard Kann
Comp-Ware Systems, Inc.


> Welcome
> I told several days ago about this soft, now I full isolete it  from
> D3ZServer
> I call It ZMail (It's shareware)
> easy install, easy use

> Short instruction here
> http://d3zsoft.newmail.ru/D3ZServer/eng/ShareWareProgs.html#SendMail
> download here
> http://d3zsoft.newmail.ru/ZMail/
> After install I recomment try execute
> follow
> SendMail -hsSMTP_server -t3 -fyours_email

> P.S.
> This utils is very usefull One execute and you get all pick file users
> ;-)
> or somerhing else read instruction on web site
> Good Luck


 
 
 

Direсеrtly sending E-mail From D3 (D3/NT ior D3/Linux)

Post by Fred Tuttl » Mon, 14 Jul 2003 00:56:46


Tony Gravagno shared a procedure for using BLAT on the FlashCONNECT list
about two months ago.

Maybe he's reading the CDP and will share the same code here.
Fred Tuttle
Multivalue Credit Card Processing
http://www.total-computing.com/totalink.html


> Has anyone thought of using BLAT it is a shareware program and works by
> using a shell command. Very simple. It took me 30 minutes to set it up
> in MvBase. Should be easier in D3. It is similar to SEND-MAIL in Linux.
>   Just look up BLAT in gogle and you will find the download sites.

> Richard Kann
> Comp-Ware Systems, Inc.


> > Welcome
> > I told several days ago about this soft, now I full isolete it  from
> > D3ZServer
> > I call It ZMail (It's shareware)
> > easy install, easy use

> > Short instruction here
> > http://d3zsoft.newmail.ru/D3ZServer/eng/ShareWareProgs.html#SendMail
> > download here
> > http://d3zsoft.newmail.ru/ZMail/
> > After install I recomment try execute
> > follow
> > SendMail -hsSMTP_server -t3 -fyours_email

> > P.S.
> > This utils is very usefull One execute and you get all pick file users
> > ;-)
> > or somerhing else read instruction on web site
> > Good Luck

 
 
 

Direсеrtly sending E-mail From D3 (D3/NT ior D3/Linux)

Post by Art Mart » Mon, 14 Jul 2003 05:25:11


I've got code that is run on both D3/AIX and D3/XP, and it automatically
uses the SYSTEM(100) call to use either mutt on unix or blat on windows.

Art


> Has anyone thought of using BLAT it is a shareware program and works by
> using a shell command. Very simple. It took me 30 minutes to set it up
> in MvBase. Should be easier in D3. It is similar to SEND-MAIL in Linux.
>  Just look up BLAT in gogle and you will find the download sites.

> Richard Kann
> Comp-Ware Systems, Inc.


>> Welcome
>> I told several days ago about this soft, now I full isolete it  from
>> D3ZServer
>> I call It ZMail (It's shareware)
>> easy install, easy use
>> Short instruction here
>> http://d3zsoft.newmail.ru/D3ZServer/eng/ShareWareProgs.html#SendMail
>> download here
>> http://d3zsoft.newmail.ru/ZMail/
>> After install I recomment try execute
>> follow SendMail -hsSMTP_server -t3 -fyours_email

>> P.S.
>> This utils is very usefull One execute and you get all pick file users
>> ;-)
>> or somerhing else read instruction on web site
>> Good Luck

 
 
 

Direсеrtly sending E-mail From D3 (D3/NT ior D3/Linux)

Post by Tony Gravagn » Mon, 14 Jul 2003 06:35:59



>Tony Gravagno shared a procedure for using BLAT on the FlashCONNECT list
>about two months ago.

You mean this?:

This example sends e-mail via Blat from within a FlashCONNECT program,
the idea is that someone on a web page provides an e-mail address in a
text field, submits the form, and D3 then sends mail to that address.
...
call w3GetVal(buddy.address,"email")
open "c:/mail" to f.mail else stop
msg = "Having a great time"
msg<2> = "Wish you were here."

write msg on f.mail,key
stmt = \blat \:key     ; * build the command
stmt := \ -subject "On Vacation"\
stmt := \ -to \ : buddy.address
stmt := " -attach c:\mail\myitinerary.txt"
execute "!" : stmt capturing output    ; * use the exclamation mark
close f.mail
* parse variable 'output' for success/fail messages

call w3Print("Email sent to ":buddy.address)
...


 
 
 

1. Zombies - D3/Pro & D3/Linux

Hi Guys & Gals,

Can anyone tell me what the following means when doing a ps aux from linux
root 4.2, 5.1,5.2.
root 771  0.0  0.0 0  0  1 Z Jul 8  0:32 (d3 <zombie>)
I found this purely by accident while checking what could be causing my d3
network to slow down and found that I had 15 of these things
running......not sure if I should have but I have attempted to kill these
processors just to check if it assists with the speed "to no avail" they are
"un-killable" :>)

Michelle

2. chunk size limit

3. D3 PROPLUS & D3 / LINUX

4. Pdoxwin 5.0 Runtime / Windows 3.1 incompatability?

5. D3 7.0 to D3 7.1 Incompatibility problem with c functions on D3/Linux

6. BDE Error "BLOB has been modified"

7. D3/Linux Restore from D3/NT

8. Cursing curses

9. Time to upgrade D3/Linux or D3/NT

10. D3 NT vs. D3 LINUX

11. VB, D3/NT, D3 LINUX

12. Faxing from D3/NT and D3/Linux

13. D3/Linux - D3-to-Linux communication to print spooler