Hallo,
danke für die schnelle Hilfe
kein Problem.
$smtp->datasend("To: m.pitha@chello.at\n"); # das wird der Mailheader
Wie kann das sein ?, meine email Adresse stimmt doch.
versuch doch mal die Zeile oben wie folgt zu ändern:
$smtp->datasend("To: m.pitha@chello.at <Mein Name>\n");
^^^^^^^^^^^^^^
das selbe mit
$smtp->mail('m.pitha@chello.at');
$smtp->to('m.pitha@chello.at');
einfach immer noch das <...> anhängen.
hoffe das das Funktioniert.
Gruss
Philipp