Subversion Repositories bacoAlunos

Rev

Rev 1426 | Rev 1432 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1426 Rev 1431
Line 157... Line 157...
157
#email templates
157
#email templates
158
email.templates.dir=/template/email
158
email.templates.dir=/template/email
159
email.templates.dir.build=${build.dir.classes}${email.templates.dir}
159
email.templates.dir.build=${build.dir.classes}${email.templates.dir}
160
email.templates.dir.conf=${conf.dir}${email.templates.dir}
160
email.templates.dir.conf=${conf.dir}${email.templates.dir}
161
 
161
 
-
 
162
##If RoundRobin is false will use email.from property in from address
-
 
163
email.from=baco@estgp.pt
-
 
164
email.use.round.robin=true
-
 
165
#If not set will not use any security, only for localhost
-
 
166
email.use.security=true
162
#EMAIL SERVER SMTP GOOGLE
167
#EMAIL SERVER SMTP GOOGLE
163
email.password=DUMMY_PASSWORD_GMAIL
168
email.password=DUMMY_PASSWORD_GMAIL
164
email.user.prefix=bacodev
169
email.user.prefix=bacodev
165
email.user.sufix=@estgp.pt
170
email.user.sufix=@estgp.pt
166
 
171