User Profile

Collapse

Profile Sidebar

Collapse
urbanedge
urbanedge
Last Activity: May 1 '09, 04:25 AM
Joined: Apr 22 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Yes the mail server works. If I take out the $this->header from the mail function and input text it sends it just fine. It seems to be a problem with the file that contains all the replies. I'm not sure what could be causing the hang up.
    See more | Go to post

    Leave a comment:


  • urbanedge
    started a topic $this->header .= $this->body; Won't send the email
    in PHP

    $this->header .= $this->body; Won't send the email

    I've just acquired a site and uploaded to godaddy and the email function won't work. I'm new to php and I'm not able to determine where the issue is. I've commented out $this->header .= $this->body; and I get a blank email to send. I've stripped down the body file but there still seems to be a problem. I'm not sure where to look now. This is the body file.

    Code:
    <?php
    /******************** EMAIL ***************************/
    ...
    See more | Go to post

  • urbanedge
    replied to headers not working
    in PHP
    headers still not working

    Hi there,

    Here are the error msgs. When I add output buffering to the acciones_class_ confirmation_pr ofesores.php file it gets rid of the header error but the email is still not sending. I'm having a difficult time figuring out where to look for the errors. The help is greatly appreciated.



    Warning: mail() [function.mail]: Bad parameters to mail() function, mail...
    See more | Go to post

    Leave a comment:


  • urbanedge
    started a topic headers not working
    in PHP

    headers not working

    I've uploaded a site to a new server and now the headers in the mail function are not working to send the required email response. This is a newly acquired site and my php knowledge is at the beginner level. I've managed to list the headers that are being sent but I can't seem to find where or why the email won't work. I'd really appreciate some help checking to see if there is an error in one of the header lines or perhaps the redirection. ...
    See more | Go to post
    Last edited by Markus; Apr 24 '09, 03:54 PM. Reason: Added [code] tags.
No activity results to display
Show More
Working...