2
edits
(Eudora's support fto be run to send generated messages) |
|||
Line 2,347: | Line 2,347: | ||
Robert. | Robert. | ||
== Eudora's support | == Eudora's support to be run to send generated messages == | ||
Perhaps the most critical feature for me in Eudora is the ability to call Eudora from our C++ application and send an email message. | Perhaps the most critical feature for me in Eudora is the ability to call Eudora from our C++ application and send an email message. | ||
I build a text file containing the email message with headers: | |||
Date: xxx | Date: xxx | ||
Line 2,360: | Line 2,360: | ||
(messge) | (messge) | ||
Then | Then I run eudora with the filename as the one command line argument using WinExec. | ||
The second feature in Eudora is the inverse where I run C++ programs to process emails I recieve. | The second feature in Eudora is the inverse where I run C++ programs to process emails I recieve. |
edits