Page History
...
File | Description | |
---|---|---|
SRPMail.dll | Contains the SRP Mail Utility API execution logic. | SRP_Mail.chm |
The
...
The following entities are installed to the SYSPROG application:
Type | Entity | Description | |||
---|---|---|---|---|---|
Application Rows | SYSENV:SRP_EDITOR_METADATA_SRP_MAIL SYSREPOSRELEASES:SYSPROG_SRP_MAIL_RDK SYSREPOSVIEWS:SYSPROG_SRP_MAIL_RDK | Meta data used by SRP Editor to show drop downs for SRP_MAIL Deployment Definition for SPR Mail RDK Repository View for SPR Mail RDK | |||
DLLs | SRPMAIL | Entity Pointer to SRPMail.DLL file | |||
HTML Document | SAMPLE_HTML_EMAIL | The sample HTML email used in the SRP Mail Demo window | |||
BMP Image | SRPICON | SRP Icon Bitmap | |||
ICO Image | SRP | SRP Icon | |||
Message Boxes | SRP_MAIL_DEMO | Message Box used in the SRP Mail Demo window | |||
OpenInsight Form Executables | SRP_MAIL_DEMO | The SRP Mail Demo window | |||
OpenInsight Forms | SRP_MAIL_DEMO | The SRP Mail Demo window (source) | |||
Stored Procedure Debug TablesSEND_EMAIL_SAMPLE | SRP_MAIL_DEMO_EVENTS | Sends an email; used in the SRP Mail Demo window Commuter module for SRP Mail Demo window | |||
Stored Procedure Executables | SRPSENDMAIL SRP_MAIL SRP_MAIL_DEMO_EVENTS SEND_EMAIL_SAMPLESRPSENDMAIL SRP_SEND_MAIL | The DLL stub that is used by SRP_SEND_MAIL _DEMO_EVENTS Sends an email; used in the SRP Mail Demo window deprecated. Retained for backward compatability.and SRP_MAIL to interface with SRPMail.dll The newer service oriented method for sending mail. Has a couple services for making sending emails a bit easier. The commuter module for SRP Mail Demo window. The original The SRP_Send_Mail stored procedure Commuter module for . SRP Mail Demo window_Mail is the preferred method now, but this still works. | |||
Stored Procedure Inserts | SRPMAIL_INSERTS | The SRP Mail Utility inserts for use with the SRP_Mail and SRP_Send_Mail functionfunctions. | |||
Stored Procedures | SEND_EMAIL_SAMPLE SRP_MAIL_DEMO_EVENTS | Sends an email; used in the SRP Mail Demo window (source) Commuter module for SRP Mail Demo window (source) | Windows Help Files | SRP_MAIL | Entity pointer to the SRP_Mail.chm file |
SRPMail.dll
The SRPMail.dll must reside either in your OpenInsight directory or in your Windows System32 folder. If, for any reason, this file is missing, then download the installation from our website to reinstall.
SRP Email Executables
The SRP Mail Utility Install should have installed one stored procedure executable. Examine the SYSOBJ to verify the existence of $SRP_SEND_MAIL. If this record is missing, you can re-run the setup or manually add it using the following steps:
1. Create a new record
2. Copy and Paste the following text
Code Block |
---|
SRPMAIL
LPASTR STDCALL SRPSendMail(LPASTR, LPASTR)
LPASTR STDCALL SRPSendMail(LPASTR, LPASTR) AS SRP_Send_Mail |
3. Save the record in SYSPROCS as DLL_SRP_MAIL
4. From the command line, type the following:
Code Block |
---|
run declare_fcns "DLL_SRP_MAIL" |
SRPMAIL_INSERTS
The SRP Mail Utility Install should have installed an Insert record called SRPMAIL_INSERTS. The contents of the insert are provided below in the event that the SRPMAIL_INSERT did not install or was lost:
...