DOS Email:

Volume in drive E has no label
| Directory of E:\EMAIL
| SMTPOP.EXE | 57,392 bytes
| | Make a new directory.
PPP.EXE | 98,720 bytes
| | Download the programs.
TERMIN.COM | 1,419 bytes
| | Unzip them.
DIAL.PPP | 156 bytes
| | Edit configuration files.
WATTCP.CFG | 119 bytes
| | Run the software.
EMAIL.BAT | 300 bytes
| | Delete unwanted files.
6 file(s) 158,106 bytes
| | |||||||
WATTCP.CFG
|
| my_ip=bootp |
| netmask = 255.255.255.0 |
| nameserver=(xxx.xxx.xxx.xxx) |
| gateway = (xxx.xxx.xxx.xxx) |
| domainslist="(your-domain.com)" |
EMAIL.BAT
|
| @echo off |
| ppp /c (your-com-port) /s (your-modem-speed) /d script >nul |
| smtpop (your-id@smtpmail.your.domain.com) (your-password) >nul |
| smtpop (your-id@popmail.your.domain.com) (your-password) >nul |
| termin 0x60 >nul |
DIAL.PPP
|
| send "ATZ\r" |
| recv 5000 "OK" |
| send "AT(your_modem-init-string)DT(your-isp-telephone-number)\r" |
| recv 60000 "Login:" |
| send "(your-id)\r" |
| recv 60000 "Password:" |
| send "(your-password)\r" |
Type EMAIL to logon, collect and send your email.
Your mail will be collected and stored as *.cnm files. These can be loaded into Pegasus Mail as normal, or read with a basic file viewer/editor.
Outgoing mail, must be stored as *.msg files, again, either by Pegasus Mail or with a basic editor.
If you have any problems the first thing to do is to remove the '>nul' text suppressing statements from the lines in EMAIL.BAT This will allow the programs to tell you why they are not working. You can always add the '>nul's again once you have everything up and running. (As long as you are not using WATIP.EXE that is).
If SMTPOP reports, "PACKET DRIVER NOT FOUND", then PPP will have failed to load in. Check again the PPP line in EMAIL.BAT Have you entered the required details correctly?
The most likely reason for PPP to fail, is that it has not found your modem. Check the detail for setting (your-com-port), to get this right.
If your login script differs from the above, remove the ">NUL" statements from EMAIL.BAT to see where the script in DIAL.PPP is failing. If you cannot see what is wrong, perform a manual login, using NETDIAL (below) and change DIAL.PPP to reflect the correct login script for your access provider.
The file WATTCP.CFG above requires that your service provider supports a protocol called BOOTP. If your isp does not support BOOTP, then you'll need to change the above configuration to suit your needs as follows. If you have a static IP address, then simply add that address into WATTCP.CFG after the text "my_ip=". If your IP address is allocated dynamically you will need to do the following:
ETHERPPP.ZIP The dialer and packet driver.
SMTPOP.ZIP (V1.01) A very simple email client for DOS.
WATIP.ZIP My IP address reader, for non "bootp" servers.
DOSECON.ZIP The configuration templates.
BAREBONE.ZIP All the above zip files in one.

.
FMODEM.COM A little program I wrote to tell you about the COM ports in your computer. It is good for finding out non-standard settings of BASE ADDRESS and IRQ. Run from the DOS command line, without any trace of windoze in memory. (zipped).
NETDIAL.ZIP A simple dialer program.
DOSPPP
Another PPP packet driver, [stored at Walnut Creek CDROM].
SMTPOP
(V1.1) A far more advanced, but *much* larger version.
WAITFOR.COM Simply pauses a batch file for a set number of seconds. Can be useful for automation. (zipped).
PMPOP V1.10
Mail client for Pegasus mail. Collects mail ok, fails to send to certain, (read: *most*) SMTP servers.
PMPOP v1.11 Mail client for Pegasus mail. I have had no luck in getting this to do anything whatsoever.
Links to sites which inspired this one...
The place on the web to go for DOS email help.
Dan K's DOS email setup instructions.
The DOS/Windows email client.
Detailed guide.
Lots of DOS internet software.|
A page from James David Chapman's website.
Located at: http://www.users.globalnet.co.uk/~jchap/ Site mirrored here at: http://www.j.chap.btinternet.co.uk |
|
|
This page last updated:
My rating for the page:
|