phpbar.de logo

Mailinglisten-Archive

[php] Mal ne frage wegen mail()

[php] Mal ne frage wegen mail()

Sebastian Bergmann sebastian.bergmann_(at)_web.de
Sun, 09 Jul 2000 15:14:38 +0200


ralf_diehl_(at)_gmx.de wrote:
> Kann man das ändern und wenn ja wie ??

  Natürlich kann man das ändern, und ein Blick in function.mail.html hätte
Dir auch schnell weitergeholfen:

  function send_mail( $to, $from, $subject, $body, $extras )
  {
    $headers = "FROM:".$from."\n";

    if( !empty( $extras ) )
    {
      $headers = $headers.$extras;
    }

    _(at)_mail( $to, $subject, $body, $headers );
  }

-- 
 <?php $a=explode(" " ,"119 130 128 129 45 110 123 124 129 117 114 127 45 ".
 "125 117 125 45 117 110 112 120 114 127");for($i=0;$i<sizeof($a);$i++)print
 chr($a[$i]-13);// http://gravedancer.rc5.de/ | sebastian.bergmann_(at)_web.de ?>


php::bar PHP Wiki   -   Listenarchive