Is there anyway to get an email sent without putting the password into the code ?
There are many email api-s that enables to send an email with entering the username and password.
Example
sendEmail("myemail@gmail.com","mypass","subject","msg body");
Is there any way around the problem with hard-coding the password in code ?