I am using SMTPAppender to send email for an error in my application. I am able to do it if I specify the host settings along with my account user name and password. This is how my config file looks like :
Is it possible to use an anonymous mail account or somehow not use username/password here. I donot want to expose my username/password to the enduser. I have seen people using dummy accounts and the application sends email using the provided account names. I just dont remember how to do it.
Can someone help me out here.
Thanks in anticipation. Monica