Hi Noel, Sorry for my previous email.
I found out how to do what I required using: MailetContext.sendMail( MailAddress sender, Collection recipients, MimeMessage msg) throws MessagingException; I just wanted to delete the mail I was about to write, but clicked on the wrong button. Sorry for wasting your time, and thank you for your interest. FYI, my requirement was setting the MAIL FROM value to a different address than that of the From header of my message. Describing this requirement in an email helped me find the solution in the API. Diego -----Message d'origine----- De�: Noel J. Bergman [mailto:[EMAIL PROTECTED]] Envoy�: lundi 3 f�vrier 2003 19:49 ��: James Users List Objet�: RE: Setting MAIL FROM via James API Diego, What is the problem? Your message was truncated. --- Noel -----Original Message----- From: Diego Castillo [mailto:[EMAIL PROTECTED]] Sent: Monday, February 03, 2003 12:15 To: [EMAIL PROTECTED] Subject: Setting MAIL FROM via James API Hi James gurus, I have a mailet that interacts with a legacy SMTP application whose authentication is based in the MAIL FROM value of the SMTP connection. I usually send email to this application using the MailetContext.sendMail(MimeMessage) function. However, this function automatically sets the MAIL FROM value to t --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
