I want to know if there is a way to use a smtp server to send emails without logging in the smtp server. I want to do that in order to not hardcode email user and pass on the final executable, so I can preserve email account security from people who try to reverse the code. Is it a good idea or there are better ways?