This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.
For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.
Old posts that have not been replied to for several years.
-
soul
- Voice
- Posts: 31
- Joined: Fri Apr 25, 2003 6:25 pm
- Location: Portugal
Post
by soul »
executing the command:
Code: Select all
exec echo $msg ($nick) | mail $email
will send an email to the previous set mailbox and a text within nickname and message.
is it possible to attach a file to this mail using the same command ?
regards,
i'll believe in justice when the pope is accused {
if {$true == "$censured" }{return nothing}}
-
user
-
- Posts: 1452
- Joined: Tue Mar 18, 2003 9:58 pm
- Location: Norway
Post
by user »
soul wrote:is it possible to attach a file to this mail using the same command ?
Yes.
-
soul
- Voice
- Posts: 31
- Joined: Fri Apr 25, 2003 6:25 pm
- Location: Portugal
Post
by soul »
how ?
i'll believe in justice when the pope is accused {
if {$true == "$censured" }{return nothing}}
-
user
-
- Posts: 1452
- Joined: Tue Mar 18, 2003 9:58 pm
- Location: Norway
Post
by user »
soul wrote:how ?
pick some encoding, encode the contents of the file, include the right header and the encoded data in the msg.
-
soul
- Voice
- Posts: 31
- Joined: Fri Apr 25, 2003 6:25 pm
- Location: Portugal
Post
by soul »
i reached that point before posting and the goal was to get better specifications.
i'll believe in justice when the pope is accused {
if {$true == "$censured" }{return nothing}}