Re: How do you send a JavaMail email to a Lotus Notes style address?
Posted By:
Gautam_Marwaha
Posted On:
Wednesday, July 3, 2002 12:04 AM
One possible way is to determine the underlying SMTP email address using the notes style email address and then sending email using the SMTP email address.
Determining SMTP address is probably non-trivial and may require you to access the notes address book/repository containing this mapping using any native notes API...