RE: [Exim] PHP Form to send emails with Exim

Top Page
Delete this message
Reply to this message
Author: Dan Muey
Date:  
To: exim-users
Subject: RE: [Exim] PHP Form to send emails with Exim
> answer the question.

I did, my solution solved the problem by removing the problem.
Use Perl to an SMTP session with Exim instead of piping to a
program like PHP's mail() does. Much less places it can break, no?

And no paths to worry about or config or if /usr/bin/sendmail
links to exim properly, etc etc.

Perl -> Send
[Perl|PHP|Python|Etc] -> sendmail -> Exim -> Send

>
> if you can't answer the question, then why are you posting?


I did answer the question.

>
> in this particular case, telling someone they're using the
> wrong language is not answering the question (there are times


I didn't say "wrong" I said *better*, way different.

> when telling someone they're using the wrong language may be
> a valid answer, but not when someone wants to use php to send
> email. i just used php to send email out through exim
> yesterday. to me it seems quite clear that it is possible to
> answer this question without advising a language change while
> making a gratuitous cheap shot in the process.)


But its so easy to shoot at PHP because.. Sorry no more shooting :)

>
> i have laboriously taught myself not to reply to tell people
> to use a different OS/Database/whatever over the years. i'm
> not always successful at it, but i try. i wish others would
> attempt to do the same.
>
> sheesh,
> richard


Sheesh,

DMuey