--- Marian Briones <[EMAIL PROTECTED]> wrote:
> 
> I'm writing a subscription system which I have successfully written in
> perl, but my aspirations are to take everything to php.
> 
> Its functions are to verify the person is human by having them type in
> the letters froma randomly chosen graphic, check to make sure they
> haven't already subscribed, add them to the db if they have met those
> conditions, and then send a confirmation email to them in the
> background (this is the problem) and then return a results form to
> tell them they have successfully subscribed or if there is a prob.
> 
> The email in the background is my problem.  Instead of it showing up
> just as an e-mail, it prints the email headers.  How can I get it to
> isolate that part in the email only?????  This is driving me batty
> (short drive)
> 
> Marian

How are you sending the e-mail?  Are you using the mail() function in PHP?  Do
you have an SMTP server?  A code snippet would be helpful here.

James


James D. Keeline
http://www.Keeline.com  http://www.Keeline.com/articles
http://Stratemeyer.org  http://www.Keeline.com/TSCollection

http://www.ITeachPHP.com -- Free Computer Classes: Linux, PHP, etc.
Spring Semester Begins Jan 31 -- New Classes Start Every Few Weeks.


Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to