Is it possible with WSO2ESB to send E-Mail Using Header

前端 未结 1 916
南笙
南笙 2021-01-21 23:56

i wish to send a e-mail to my client using Header mediator . Is it possible with that or not My proxy like this


         


        
相关标签:
1条回答
  • Just follow the step in below URL ( but rather than header part, use endpoint for this as below.. this worked for me)

    http://docs.wso2.org/wiki/display/ESB460/Sample+256%3A+Proxy+Services+with+the+Mail+Transport

    Add Send for mail as below...( no need header mediator)

     <send> <endpoint>
    <address uri="mailto:yourmailaddr@gmail.com" />
    </endpoint>
    </send>
    
    0 讨论(0)
提交回复
热议问题