6 Replies Latest reply on Sep 4, 2007 4:43 AM by kukeltje

    Sender address rejected: need fully-qualified address

    wadisnake

      Hello,

      I am trying to run a simple app with email sending made like (node enter event) :

       <mail to="wadisnake@something.com">
       <subject>Hello</subject>
       <text> Test</text>
       </mail>
      


      but the problem is :
      javax.mail.SendFailedException: Sending failed;
       nested exception is:
       class javax.mail.MessagingException: 504 <jbpm@noreply>: Sender address rejected: need fully-qualified address
      
      


      Looks like i have to specify a sender address ? how can i do that ?

      Ps : I am using an external smtp server (my ISP's one) like :

      <string name="jbpm.mail.smtp.host" value="smtp.isp.com" />


      Thanks in advance, any help is much appreciated