Write Email and Receive email

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Write Email and Receive email

ladroge
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.






Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Write Email and Receive email

Scott Gray
That's opentaps, you'd have to ask them

Regards
Scott

2008/6/13 ladroge <[hidden email]>:

>
> 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
> --
> View this message in context:
> http://www.nabble.com/Write-Email-and-Receive-email-tp17821603p17821603.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Write Email and Receive email

BJ Freeman
In reply to this post by ladroge
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