Page 1 of 1
attaching a file to email?
Posted: Tue Oct 26, 2004 10:13 am
by pelegk2
how do i attach a file t an email where the file is already on the server?
Posted: Tue Oct 26, 2004 4:37 pm
by robjime
Once the file is already on the server you could have the link to the file on the server bypassing the attachment
Posted: Wed Oct 27, 2004 1:13 am
by pelegk2
please explain how
Posted: Wed Oct 27, 2004 1:19 am
by m3mn0n
Well the method he is talking about is simply turning the e-mail into an HTML one and then link to the file via...
Code: Select all
<a href="http://url.to/file.attached">
But if you want to actually attach the file, check out this forum search:
+mail +attach*
This has been solved on here many times before.