bf2017 - 2007-10-26

What I would like to do is to have WebMail used for a "community" inbox where registered site users can view the inbox of say a Yahoo Mail Plus account.  They won't be able to send or delete messages, just view messages in the inbox.  So my question is what changes in the web.config code do I need to make to have my website automaticaly log into my inbox without having to enter the username/password.  The following is the account info that I need to use for my inbox:

Incoming Mail Server (POP3): pop.mail.yahoo.com
Use SSL, port: 995

Outgoing Mail Server (SMTP): smtp.mail.yahoo.com
Use SSL, port: 465, use authentication

Account Name/Username: "myaccountname"
Email address: "myemailaddress"
Password: "mypassword"

Thanks so much.