Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old September 8th, 2008, 03:25 AM
Dale
Guest
 
Posts: n/a
Default MailEnable and PHP

i've been using a custom lib that works with just about every setup i've
come across. it creates a raw, rfc compliant email and saves it to file.
usually i'll exec sendmail (*nix and windows) or put it in iis' pickup
directory and life is good. i've got a client now that is using MailEnable.
the problem is, it seems, that though i programmatically place the file in
the correct directory and have ME setup to poll the outgoing folder, it must
kind of 'register' emails and that, through recieving it literally via
smtp...even though those files are put in the same directory as the one i'm
writing to. the second problem is that the command-line tool doesn't support
taking a file name as an argument - if it did, the file could be
'registered' and processed correctly. it takes pretty much the same
arguments as php's mail function.

is there something i'm missing or is it not possible to configure ME to
process any files it finds in the outgoing directory?

tia,

me


  #2  
Old September 8th, 2008, 04:45 AM
Dale
Guest
 
Posts: n/a
Default Re: MailEnable and PHP


"Dale" <the.one@example.comwrote in message
news:5V%wk.39876$_s1.18231@newsfe07.iad...
Quote:
i've been using a custom lib that works with just about every setup i've
come across. it creates a raw, rfc compliant email and saves it to file.
usually i'll exec sendmail (*nix and windows) or put it in iis' pickup
directory and life is good. i've got a client now that is using
MailEnable. the problem is, it seems, that though i programmatically place
the file in the correct directory and have ME setup to poll the outgoing
folder, it must kind of 'register' emails and that, through recieving it
literally via smtp...even though those files are put in the same directory
as the one i'm writing to. the second problem is that the command-line
tool doesn't support taking a file name as an argument - if it did, the
file could be 'registered' and processed correctly. it takes pretty much
the same arguments as php's mail function.
>
is there something i'm missing or is it not possible to configure ME to
process any files it finds in the outgoing directory?
same goes for the 'incoming' directory.

thanks.


  #3  
Old September 8th, 2008, 05:15 AM
Dale
Guest
 
Posts: n/a
Default Re: MailEnable and PHP


"Dale" <the.one@example.comwrote in message
news:5V%wk.39876$_s1.18231@newsfe07.iad...
Quote:
i've been using a custom lib that works with just about every setup i've
come across. it creates a raw, rfc compliant email and saves it to file.
usually i'll exec sendmail (*nix and windows) or put it in iis' pickup
directory and life is good. i've got a client now that is using
MailEnable. the problem is, it seems, that though i programmatically place
the file in the correct directory and have ME setup to poll the outgoing
folder, it must kind of 'register' emails and that, through recieving it
literally via smtp...even though those files are put in the same directory
as the one i'm writing to. the second problem is that the command-line
tool doesn't support taking a file name as an argument - if it did, the
file could be 'registered' and processed correctly. it takes pretty much
the same arguments as php's mail function.
>
is there something i'm missing or is it not possible to configure ME to
process any files it finds in the outgoing directory?
>
tia,
>
me
here's a freaking v8 moment! just write the file directly to the recipient's
postoffice inbox...duh!

:^)


 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles