Code: Select all
mail emailadresse@test.dejemand ein Tip??
und wie kann ich dort attatchmend anhängen?
TNx
Code: Select all
mail emailadresse@test.dewie man attachments anhängt habe ich beim schnellen drüber gucken gerade nicht gefunden...Sending mail
To send a message to one or more people, mail can be invoked with arguÂ
ments which are the names of people to whom the mail will be sent. You
are then expected to type in your message, followed by an `control-D' at
the beginning of a line. The section below Replying to or originating
mail, describes some features of mail available to help you compose your
letter.

Code: Select all
echo "Das ist, was ich schreiben will" | mail -s "Das ist der Betreff" empfänger@xyz.tldSchau dir mal uuencode an.und wie kann ich dort attatchmend anhängen?