|
This application uses MAPI mail. It is dependent on the host hardware having a valid MAPI-compliant email client such as OutLook or Windows Live Mail installed and correctly configured. Sent mail is registered in the email client's standard "Sent" box. This application is stand-alone and requiires no extra DLLs, but it is dependent on correct configuration of the host system's email client software. HNDMAILSEND.EXE runs from the DOS prompt or can be called from another application using Clarion RUN. It accepts several command line parameters that describe the email to be sent. These parameters are as follows: SENDING: --to mail@address.com --subj This is the subject line. --body This is a short email body. --file emailbody.txt (Alternate to --body for lengthy body text) --attach somezip.zip (Name of attachment requires full path) --mail mailfile.txt (INI-style file with tags To=, Subj=, Body=, Attach= ) CONFIGURING: --default (Writes config information into the program log) --outlook (Defaults OutLook - assumes installed and working) --live (Defaults Windows Live Mail - assumes installed and working) LOGGING: All transactions such as config changes, emails or errors are logged into "hndmailsend.log" located in the same directory as the hndsendmail.exe. HELP: --help (Pops up this splash help screen) --video (Shell-runs the video explaining use of this app) Cheers, Gus M. Creces The Clarion Handy Tools Page |
| PROCEDURE (1): Main (Procedure Template: HandySourceProcedure) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HMail | HNDIMail | HNDINET | 179 | HNDIMAIL.INC |
| (1) Class Instances Found In Main | |||||
| PROCEDURE (2): JumpStartSplashCHTBlue (Procedure Template: Splash) |
|||||
| Count | Instance | Class | Type | Methods | Header File |
| (0001) | HTellMe | HNDWindow | HND | 197 | HNDWINDO.INC |
| (0002) | Toolbar | ToolbarClass | ABC | 6 | ABTOOLBA.INC |
| (0003) | ThisWindow | WindowManager | ABC | 38 | ABWINDOW.INC |
| (3) Class Instances Found In JumpStartSplashCHTBlue | |||||
Classes By Procedure In HNDMAILSEND.APP