Hallo
ich möchte ein PDF Dokument an meine Mail anhängen wie geht das
Danke
Tobi
Hier mein Quellcode:
function sendpagegx()
{
mail_str = "mailto:<? echo $datamail[0]; ?>?subject=Bericht" ;
mail_str += "&body="
mail_str += "%0A Berichtl ";
location.href = mail_str;
}
ich möchte ein PDF Dokument an meine Mail anhängen wie geht das
Danke
Tobi
Hier mein Quellcode:
function sendpagegx()
{
mail_str = "mailto:<? echo $datamail[0]; ?>?subject=Bericht" ;
mail_str += "&body="
mail_str += "%0A Berichtl ";
location.href = mail_str;
}