Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8475431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T17:53:26+00:00 2026-06-10T17:53:26+00:00

Currently I have a script that send some mail, the script result are a

  • 0

Currently I have a script that send some mail, the script result are a couple html tables:

$from = "prueba.com <noreply@prueba.com>"; 
$to = "myemail@gmail.com"; 
echo "<div>"; 

$contenido = ob_get_contents(); 
echo "</div>"; 
$cabeceras = "Content-type: text/html; charset=iso-8859-1 \r\n" 
           ."MIME-Version: 1.0 \r\n" 
           ."To: $cliente <$email> \r\n" 
           ."From: prueba <prueba@example.com> \r\n"; 

mail($to,$subject,$contenido,$cabeceras); 

ob_end_flush(); 

As might give css to that email? as I have tried several methods and none has worked.

Thanks in advance for your cooperation

EDIT:

THIS is my CODE http://www.mediafire.com/?bq9352xh6paji1d

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T17:53:28+00:00Added an answer on June 10, 2026 at 5:53 pm

    Maybe you wanted like this: (using ob_get_clean())

    ob_start();
    echo "<div>"; 
        // more html
    echo "</div>";
    $contenido = ob_get_clean(); 
    

    and lose the last ob_end_flush();

    TEST:

    $from = "prueba.com <noreply@prueba.com>"; 
    $to = "myemail@gmail.com"; 
    ob_start();
    echo "<div>"; 
    echo "<table border='1'><tr><td>TEST</td></tr></tr>";
    echo "</div>";
    $contenido = ob_get_clean(); 
    
    $cabeceras = "Content-type: text/html; charset=iso-8859-1 \r\n" 
               ."MIME-Version: 1.0 \r\n" 
               ."To: $cliente <$email> \r\n" 
               ."From: prueba <prueba@example.com> \r\n"; 
    
    mail($to,$subject,$contenido,$cabeceras); 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I currently have a script that takes 1,000 rows at a time from a
I currently have a script that deletes old log files and then takes any
I currently have a script that scrapes proxies off websites, but I'm just wondering
Currently we have a script that does maven build + tomcat deploy. Deploying to
I currently have a ajax script that dynamically builds two select boxes enabled with
I currently have a python script that runs every few minutes and picks up
I currently have a Perl CGI script that parses incoming XML requests using XML::Simple
I have a batch script that calls a process and currently it waits for
I'm modifying a PHP script that I have and it is currently outputting a
I'm currently building my own login script and have noticed that most append the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.