Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: Need help ?

  1. #1
    Join Date
    Jul 2006
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Need help ?

    Hello!

    I'm using php mail sender script, I have integrated it with RICH TEXT EDITOR
    but the mail is not sending in HTML, Can anyone do modify script for me.
    ( So mail will be sent in HTML ).

    Here is the link:

    http://www.filecabin.com/up1/1154095144-rteanmail.zip

    Please Modify the Script,

    I have tried it but failed.

    KAALI

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    It has nothing to do with the script, and everything to do with the mail headers that are sent.
    Special instructions ("mail headers") are added to the beginning of email messages that should be in html.
    You probably can't do it if you're using a free script on another site.
    If you're using the script yourself, which it sounds like you are, look into the documentation on php.net about sending emails and/or google "mail headers".

    It's not the script... it's the format of the email. That should fix it.

    (The one other thing is if it's sending it as html coded html... meaning you have the CODE for <, and not the character "<". Either way, though, you'll need the right headers.)
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    The header in question is:
    Code:
    Content-Type: text/html
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  4. #4
    Join Date
    Jul 2006
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Red face Hello

    Hello!

    In the Orignal Script it was:

    Content-Type: text/plain

    I Have changed it into :Content-Type: text/html

    ......... Because I want to send mail in HTML .....

    I dont know php .....

  5. #5
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Then you should now be able to send HTML email.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  6. #6
    Join Date
    Jul 2006
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy

    Quote Originally Posted by Twey
    Then you should now be able to send HTML email.

    HOW ?

  7. #7
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    If you've added that header, you can send it in the same way you'd send plain-text email, but mix HTML tags in.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  8. #8
    Join Date
    Jul 2006
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow

    Quote Originally Posted by Twey
    If you've added that header, you can send it in the same way you'd send plain-text email, but mix HTML tags in.
    The above files have that header. But if i send HTML mail it displays
    mail in simple text.

    Have you downloaded & tested the files?

  9. #9
    Join Date
    Jul 2006
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    please reply TWEY where are you ????????

  10. #10
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by kaali

    I dont know php .....
    There's your first problem. I suggest you learn a little PHP.

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
  •