if you use yahoo you need to
1) have a business account to use smtp
2) use ypop and configure mail.smtp.relay.host=localhost
the
mail.smtp.auth.* should be the login to yahoo
as scott said the UI is open taps.
ladroge sent the following on 6/13/2008 4:44 AM:
> Hi
> I have configured my email server like that:
>
> # -- mail notifications enabled (Y|N)
> mail.notifications.enabled=Y
>
> # -- redirect all mail notifications to this address for testing
> #mail.notifications.redirectTo=
>
> # -- the default mail server to use
> mail.smtp.relay.host=smtp.mail.yahoo.fr
>
> # -- SMTP Auth settings
> mail.smtp.auth.user=demo
> mail.smtp.auth.password=ofbiztest
>
> But when i want to send an email in my application there is a problem with
> the section from
>
> On the following picture you can see in red the field from where i cannot
> select something.
>
>
>
>
http://www.nabble.com/file/p17821603/email.jpg
>
>
> Thanks