I have created one java mail application. i have sent one zip attachment e-mail to my client e-mail address. but their mail server is not able retrive the mail.
but when i send this zip attachment mail to other e-mail id's (other server like yahoo, hotmail...etc), it is working perfectly.
please tell your suggestions.
when i check the attachment mail property. it looks like Content-Transfer-Encoding: base64
Is base64 is common for zip attachment. But I did not encode. Please advise.
You probably didn't know this, but every email is actually plain text, even RTF emails and HTML emails. It has different sections (e.g. the headers, the body, the attachments), and some of these sections can be encoded. This encoding is a means for putting non-plain text in the plain text email. Base64 is the most common way for attachments to be encoded.
When a client opens an email, it checks all sections, and decodes where necessary. Then it displays all sections as needed.
"The cause of the problems you are encountering while sending the zip.files attached to the emails have been located by our Amos Technical Experts.
The emails are not being blocked, but during storage of the attachment within our Amos database the system is generating errors:
I 20080422 133121 3536 SMTP incoming from 212.165.122.17 T 20080422 133121 3536 EHLO relay1.station12.com T 20080422 133121 3536 MAIL FROM:<onshore@tcslgroup.net> T 20080422 133121 3536 RCPT TO:<vrm@amosconnect.com> T 20080422 133134 3536 DATA E 20080422 133134 3536 Unable to save message in database T 20080422 133134 3536 QUIT
This is a bug within our system which needs to be solved by our Amos Development Department".
Thanking You.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
Sounds like the receiving side is aware of the problem, and -hopefully- working to fix it.