I am following this tutorial to enable the MailTransportSender and MailTransportListener. I manage to send an email to the DevNullSMTP, SMTP Server.
My question now is. How to add CC and BCC receipient ?
I try with the following at the Endpoint URL but still no luck:
<send>
<endpoint name="MailEpr">
<address uri="mailto:username@gmail.com?
cc=someone@gmail.com,tester@gmail.com&bcc=tolala@gmail.com"/>
</endpoint>
Please teach me master !