Thanks.  Good to know.  SMTP server is not critical at this point.  Hope all
these efforts are not in vain.

I'm going to change the definition of "devilish" :)


>We have a PHP server running on Win2003 Enterprise and are currently supporting
>a message forum written in PHP. It is co-existing with CFMX as well, and they
>seem to play nice together.
>
>We use another box for our mail server and the PHP app sends through it.  As far
>as I know, PHP does not have its own SMTP server, but is so, I have that blocked
>on the box hosting it.
>
>======================================
>Stop spam on your domain, Anti-spam solutions
>http://www.clickdoug.com/mailfilter.cfm
>For hosting solutions http://www.clickdoug.com
>======================================
>Aspire to Inspire before you Retire or Expire!
>
>
>  ----- Original Message -----
>  From: Chunshen (Don) Li
>  To: CF-Community
>  Sent: Friday, February 20, 2004 3:20 PM
>  Subject: Re: PHP, any one?
>
>
>  Thanks.  Does PHP server comes with an SMTP server? looks like that way.
>  Has anyone installed and is a running a PHP server on Windows platform,
>  and is quite happy about it?
>
>  >Yes it requires a server package - same as CF, although much lighter
>footprint
>  >on the server.  It is available for either (or both) Windows and Linux
>  >platforms.
>  >
>  >======================================
>  >Stop spam on your domain, Anti-spam solutions
>  >http://www.clickdoug.com/mailfilter.cfm
>  >For hosting solutions http://www.clickdoug.com
>  >======================================
>  >Aspire to Inspire before you Retire or Expire!
>  >
>  >
>  >  ----- Original Message -----
>  >  From: Chunshen (Don) Li
>  >  To: CF-Community
>  >  Sent: Friday, February 20, 2004 2:23 PM
>  >  Subject: PHP, any one?
>  >
>  >
>  >  Hi,
>  >
>  >  Two questions (forgive my laziness):
>  >  (1) Does PHP requires some sort of server package albeit free?
>  >  I assume Linux (maybe some Unix flavor as well) supports it.
>  >  (2) Ansnwer to (1) is No and it works with Linux,
>  >  what's PHP code for the following CF code?
>  >  <cfif isdefined("FORM.SendForm2")>
>  >    <cfmail
>  >    server="stmp_server"
>  >    from="[EMAIL PROTECTED]"
>  >    to="[EMAIL PROTECTED]"
>  >    subject="Form 2 data delivery"
>  >  type="HTML">
>  >  From FORM two:
>  >  =============
>  >      <cfloop index="e" list="#FORM.fieldNames#">
>  >       <cfif e IS NOT "SendForm2" AND e IS NOT "redo">
>  >      #e#: #Evaluate(e)# <BR>
>  >     </cfif>
>  >     </cfloop>
>  >    </cfmail>
>  >
>  >     <cfabort>
>  >  </cfif>
>  >
>  >  Much obliged.
>  >
>  >  Don
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to