AddStringAttachment($string,$filename,$encoding,$type)
例如
$mail = new PHPMailer();$mail->AddStringAttachment($string,$filename,$encoding,$type);
http://phpmailer.worxware.com/index.php?pg=tutorial#3

AddStringAttachment($string,$filename,$encoding,$type)
例如
$mail = new PHPMailer();$mail->AddStringAttachment($string,$filename,$encoding,$type);
http://phpmailer.worxware.com/index.php?pg=tutorial#3