e-mail tekst + bijlage
karel
09/02/2007 13:11:00$bcc .= "$adresontvanger->email ,";
$bericht = "$bericht->startmail";
$to = "[email protected]";
$subject = "project";
$message = "$bericht";
$from = "[email protected]\n";
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: application/x-msexcel;";
$headers .="Content-type: application/vnd.ms-excel";
$headers .="Content-Disposition:attachment; filename=bestand.xls";
$headers .= "Return-Path: Mail-Error <[email protected]>\r\n";
$headers .= "From: $from";
$headers .= "Bcc: $bcc";
dit is de code die ik heb gebruikt om de inhoud van het bericht mee sturen als een excel bijlage. Echter is het zo dat ik een bepaald deel als tekst in de e-mail zelf wil tonen. Weet iemand hoe ik dit op kan lossen want nu wordt alles in het excel bestand gezet
$bericht = "$bericht->startmail";
$to = "[email protected]";
$subject = "project";
$message = "$bericht";
$from = "[email protected]\n";
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-Type: application/x-msexcel;";
$headers .="Content-type: application/vnd.ms-excel";
$headers .="Content-Disposition:attachment; filename=bestand.xls";
$headers .= "Return-Path: Mail-Error <[email protected]>\r\n";
$headers .= "From: $from";
$headers .= "Bcc: $bcc";
dit is de code die ik heb gebruikt om de inhoud van het bericht mee sturen als een excel bijlage. Echter is het zo dat ik een bepaald deel als tekst in de e-mail zelf wil tonen. Weet iemand hoe ik dit op kan lossen want nu wordt alles in het excel bestand gezet
Er zijn nog geen reacties op dit bericht.