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