A team, 550 days work, for you.
New UI, Dozens of new added features, Please take a look and give your comment.
Attachment 1839407
Attachment 1839408
Attachment 1839409
Attachment 1839410
Attachment 1839411
Attachment 1839412
Attachment 1839413
Attachment 1839414
Attachment 1839415
Attachment 1839383
You can mail to us
Attached Thumbnails
Hi,
I am using Sun solaris OS unix server
I am trying to send mail with an attachment using below script
Code:
cat test.txt;uuencode test.txt test.txt|mailx -s "$subject" someone@somewhere
I m getting mails but with no attachment.
Hence i manipulate the script as below and i am getting the mail with attachment
Code:
cat test.txt;uuencode test.txt test.txt|mail someo
This is my first project :D
I made this rom based on the way i like how things look like...:o
This rom is based on .587 stock firmware..
Attachment 1377971
Attachment 1377972
Attachment 1377973
Attachment 1377974
Attachment 1377984
Attachment 1378002
Attachment 1378003
Attachment 1378004
Attachment 1377985
Attachment 1377986
Attachment 1377987
Attachment 1377993
Attachment 1377994
A
Hi,
I need to send a email with attachment from windows system to a unix system. when ever a new email arrived the unix system has to check and
extract or download the attachment then move to seprate folder.
For identifying the attachment and downloading any command available.
Thanks.
I am creating app in android in which i am sending Email with attachment. Email sending code is working fine but issue is that file which i receive on Email has wrong name. File name is concatenated with path name like i am creating file with name abc.csv and in mail i am receiving it as _mnt_sdcard_MyTest_abc.csv.
Hi,
In my Linux am unable to send attachment to mail . Since pkgs for mutt and uuencode is not possible to install any other options for sending attachment will be useful.
Tried the below options but its not working.
Hi,
I am trying to send email with attachment using mailx command. I am using the folowing command:
Code:
uuencode XX_HWSW_BUYERWISE_88963631_1.xls XX_HWSW_BUYERWISE_88963631_1.xls | mailx -s "Test Mail as Attachment" oracleams@xyz.com
I get the email in the inbox.
I am using this code to download an attachment from E-mail using Imaps in java.
The problem that i am facing is this code is working for single attachment.
Multiple attachments are not downloading instead giving force close.
Hi Gurus,
I am working on a script that sends a text file attachment on mail from unix server to my widows outlook mail box.
When i see the text file in UNIX it is perfectly formatted but when i open the same file in the mail, it looks weird as the next line is added to the same line.
For example, in unix the file looks like,
Code:
ABC#DEF
GHI#JKL
MNO#PQR
But the mail attachment looks lik