Closed Thread
Results 1 to 5 of 5

Thread: Php Mail

  1. #1
    Jaan Guest

    Php Mail

    Hey..

    umm.. try to send one email.. and this mail part is this:

    Code:
    @mail($admin_email$subject$description"From: AdStar - Ad Management Panel"); 
    umm.. but those breaks between those words "AdStar - Ad Management Panel" don't work..

    in email this sentence will be

    "AdStar-AdManagementPanel"

    This " " don't work also.. so maybe someone can help me.. how to make those breaks..

  2. CODECALL Circuit advertisement

     
  3. #2
    Jordan Guest

    Re: Php Mail

    Try to declare your headers outside of the function call. IE:

    Code:
    $headers 'From: AdStar - Ad Management Panel <no@email.com>' "\r\n"

    Code:
    @mail($admin_email$subject$description$headers); 

  4. #3
    Join Date
    Jul 2008
    Posts
    22
    Rep Power
    0

    Re: Php Mail

    yes exactly or else try %20 might work....

  5. #4
    Jaan Guest

    Re: Php Mail

    awesome.. thank you

  6. #5
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Php Mail

    Any explanation why that happens? Maybe John might have an answer...

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. c++ mail
    By sh4 in forum C and C++
    Replies: 6
    Last Post: 01-12-2011, 11:38 PM
  2. Any mail OS?
    By Scuby in forum PHP Development
    Replies: 7
    Last Post: 07-30-2010, 04:30 PM
  3. Sending mail
    By harkoslav in forum C and C++
    Replies: 8
    Last Post: 07-29-2010, 03:26 AM
  4. I need help with mail()
    By Xhris in forum PHP Development
    Replies: 12
    Last Post: 11-18-2008, 09:32 PM
  5. Don't use mail()?
    By bruder in forum PHP Development
    Replies: 3
    Last Post: 01-24-2008, 02:58 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts