![]() |
The external mail interface can send mails from the client or the server site. Using the server-site sending, you do not need a mail client program. The sending method is set in exm_snd_ext with the variables SERVER or CLIENT. The default setting is CLIENT. Server side sending can only be used with a Workflow. | |||||||||||||||||||||||||||||||||
Triggers the sending of mail via external
mail program.
Now supports client- and server-site sending for mail. In case of client-site
sending, a mail client defined by Windows operating system is started
and can be used interactively. |
||||||||||||||||||||||||||||||||||
Starting of the External Mail Interface via Notifier |
||||||||||||||||||||||||||||||||||
To send e-mails via the Notifier the variable EDB-EXM-MAILSND-SITE must be changed to .: |
||||||||||||||||||||||||||||||||||
![]() |
Right click the Agile e6 desktop and open the list. | |||||||||||||||||||||||||||||||||
![]() |
Search for the EDB-EXM-MAILSND-SITE variable and change the value to | .|||||||||||||||||||||||||||||||||
![]() |
To use the server side site sending of mails via your LogiView procedure, append the "/MAILER=NOTIFIER" string at the end of your parameter string. | |||||||||||||||||||||||||||||||||
![]() |
In the context menu click | .|||||||||||||||||||||||||||||||||
Interfaces |
||||||||||||||||||||||||||||||||||
CMC (Common Messaging Call) |
||||||||||||||||||||||||||||||||||
CMC is a platform-independent set of functions which makes the application independent of the messaging system, the operating system and the hardware to be used. | ||||||||||||||||||||||||||||||||||
MAPI - Messaging API |
||||||||||||||||||||||||||||||||||
MAPI is a set of functions which are used for applications support e-mail to create, edit send and save e-mails. The interface has a development tool with which the purpose and contents of the message are defined and supplies a flexible management of stored messages. MAPI has also a common development interface to supply applications with e-mail support independent of the used messaging system. The MAPI interface is used as a standard but can be changed manually | To use the MAPI interface with Outlook-Express, Outlook Express must be activated manually for the MAPI application. Select and Outlook Express as a standard program and activate Set Outlook Express as standard client for Simple-MAPI.||||||||||||||||||||||||||||||||||
Description of possible parameters used in the char string for server-side sending via Notifier: |
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
![]() |
Please note that the parameter ENCODING | "-k" | Example: "ISO8859-1" should only be set if the receiver is expected to have set a differend language encoding than the sender. If the encoding is not set, the notifier will detect the language encoding automatically! | |||||||||||||||||||||||||||||||||
![]() |
The combination: [-<character>'<string_value>']
defines a complete set with identifier (-<character>) and its value
('<string_value>'). The value is limited by apostrophes (single quotation
marks) at the beginning and at the end. If you use an apostrophe within the string_value, the parser will stop parsing at this point. The rest string does not start with an identifier and will be ignored. Because the sender (-u) is set automatically as last parameter before /MAILER=NOTIFIER by the system, it is also ignored! |
|||||||||||||||||||||||||||||||||
Description of possible parameters used in the char string for client-side sending: |
||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
LogiView Logic model EP_EXTMAIL |
||||||||||||||||||||||||||||||||||
The LogiView logic model EP_EXTMAIL contains
different procedures for generating a string with different options and
starts the external mail program.
The transferred options can define different fields of the mail mask of the called mail service. Other options:
The ECI topic must be sent to establish the communication between the external mail program and Agile e6 . The ECI communication reads in or out database contents as well as checks out file related to a document as an attached file. Files with the option -a as Attachment must be copied to the temporary directory generated by DataView. To send a mail without opening the dialog box, set the send flag to zero (a receiver must be specified). If several receivers, documents etc. are to be send, they are divided by comma. It is possible to send mails with the option CC or BCC. Naturally CC or BCC do only work when entering one receiver in the field TO. CC or BCC are added to the option -r:
Documents and related files are divided by:
A short description of the selected item, document, project is written to a field on server side and copied as a text to the mail tool. A debug file is generated to document possible error messages. The file and the debug file are deleted after the mail was sent successfully. |
||||||||||||||||||||||||||||||||||
LogiView Logic model EP_CUS_MAL |
||||||||||||||||||||||||||||||||||
Procedures for generating user-specific layout files. Some exemplary procedures for the entity EDB-ARTICLE (mail item) can be found in ep_root/unsup/dmp/. To execute these functions, import the file exm_sample1.bin and rename EDB_ARTICLE_Layout_Sample1 or EDB_ARTICLE_Sample2 to EDB_ARTICLE_Layout. To read out the user-specific layout files, the procedures for generating layout files must start with the respective entity name. |