Ice-Man wrote:
> 
>    I would like to confirm if SMTP settings are used whenever a new member
> SingUp an account, right??!
>   If so,  I would like to know  how to config SMTP to set AppFuse to use
> Exchange/OutLook Coorporative MailServer??!
>   In advance, thnx,
> 
> Ice-Man
> 
> 

Just update the mail.properties file to point to you company exchange
server.

# This properties file is used to configure mail settings in 
# /WEB-INF/applicationContext-service.xml.

mail.default.from=MyCompany<[email protected]>
mail.debug=false
mail.transport.protocol=smtp
mail.host=exchange-server.myCompany.LOCAL
mail.username=
mail.password=


You may have to get your administrator to allow your server to act as a
relay so that it will forward the emails.
-- 
View this message in context: 
http://www.nabble.com/how-to-config-SMTP-%7C-AppFuse-to-use-Exchange-OutLook-tp21231866s2369p21234507.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to