• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

JavaMail:Why can't a recipient using Lotus Notes see the attachment of my mail

 
Ranch Hand
Posts: 266
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,
I have created Multipart Message to send to different mail users. The problem is now that the recipient using Lotus Notes can't see the attachment, whereas Outlook has no problem. Here is my code snippet:

I would be very thankful if you could help me.
Regards, Ulrich
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We talk about JavaMail in the EJB/Other J2EE forum, so I'm moving this thread to that forum. Please head over there to continue the discussion.
 
Sheriff
Posts: 28329
97
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
(Yes, I suppose JavaMail is a J2EE technology, isn't it? Funny I never think about it that way. Must be because I use it in non-J2EE contexts.)

Anyway to respond to the question: just a guess, but maybe Lotus Notes doesn't think HTML plus attachments makes sense. Try with plain text.
 
Ulrich Heeger
Ranch Hand
Posts: 266
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Paul,
thank you very much for your help. I suppose you're right because when I compare the two messages, the one created by Java Mail, the other by Outlook, the second message contains a second body part containing the plain text version additionally to the first body part containing the html version. This message can be displayed with the attachments within Lotus Notes. So I will try this and post the result later.
Thanks & regards,
Ulrich
 
Can't .... do .... plaid .... So I did this tiny ad instead:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic