If you'd like to change this behavior, you'll need to modify the SignupAction class. Full-source should allow you to do this.
Matt On Mon, Jan 5, 2009 at 4:41 AM, Ice-Man <[email protected]> wrote: > And also confirming: when a new member signsUp an account a e-mail is sent > to his (new member) own e-mail box (from "myCompany"'s mail box), is this > way??! > And what about if I try to change AppFuse mailing behavior?!! Like this: > whenever a new member SignUp an account, a e-mail is sent to my (AppFuse) > Application Administrator's mail box (instead of new member mail box), so > that notify Administrator a New Member is trying to Sign In his > Application??! > It'd be possible in AppFuse??! If so, how do it?!! > Thnx, > Ice-Man > > 2008/12/31 watcher <[email protected]> >> >> >> 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] >> > > > > -- > Derlon > > Ao encaminhar esta mensagem (ou qualquer 1 q se destine a mim tb), não se > esqueça de retirar o meu nome e o meu End. de E-Mail e coloque todos os > End.s dos destinatários em Cópia Oculta - CcO (BCc). Ajude a combater o > Spam! >
