Supporting CDONTS would be the best way, all ASP code can remain the same only the mailserver is different. It's not a big issue thought, I use CDONTS to send it directly to the SMTP server instead
> -----Oorspronkelijk bericht----- > Van: Michal Altair Valasek [mailto:[EMAIL PROTECTED]] > Verzonden: dinsdag 18 februari 2003 11:06 > Aan: [EMAIL PROTECTED] > Onderwerp: [xmail] Request for "mail pickup" feature > > > > Hello, > > XMail has built-in "mail pickup" feature - you drop file in specific = > format > to some folder and XMail will send it as e-mail. > > On Windows, the widely used Microsoft SMTP Service (part of operating > system) has the same function, but different file format. > There is lot = > of > programs who are using this function and they cannot be used > with XMail. > Would please be possible to add to XMail functionality to > process these > files too? I think that it would pass trough your few lines of code = > limit > ;-) > > It's generally possible to write software which would do that > on its own > (taking the MS-SMTP files a transforming them into XMail > format), but I > think so it would be easier to do in XMail directly. > > Format of file for MS-SMTP is according to RFC2822, but at > beginning of = > file > are two additional headers "x-sender" and "x-receiver", which are = > similar to > "MAIL FROM:" and "RCPT TO:" SMTP commands. x-sender may occur > only once, > x-receiver multiple, as in SMTP. > > -- Michal A. Valasek > Altair Software Production > > *** New project: http://weblog.rider.cz *** > __________________________________________________________ > Censorship can't eliminate evil; it can only kill freedom. > E-mail: [EMAIL PROTECTED] * ICQ: 6160893 * GSM: +420-603-828493 > For list of all my web projects visit http:[EMAIL PROTECTED] > > - > To unsubscribe from this list: send the line "unsubscribe xmail" in > the body of a message to [EMAIL PROTECTED] > For general help: send the line "help" in the body of a message to > [EMAIL PROTECTED] > - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
