|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
Change SMTP portHello.
In the file WEB-INF\conf\defaultCustom.properties there is a property called system.mail.host to set the address of the smtp server but, Is there any way to set an smtp port different to the default one (25)? Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Change SMTP portnot sure, but found these properties in the EMail submodule
of Turbine: mail.host mail.smtp.port mail.smtp.pwd mail.smtp.user I am not sure how these properties relate to the properties in project.properties regarding E-Mail. But at least you can try to set these properties in your WEB-INF/conf/custom.properties restart the webapp and see if you get it to work. From my understanding of the Turbine property-concept that should work (but as i said im guessing here!) Please can you report your results to this list? that would be great. Thanks! Hope, this helps. regards, hussayn Juan Diego Moreira wrote: > Hello. > > In the file WEB-INF\conf\defaultCustom.properties there is a property > called system.mail.host to set the address of the smtp server but, Is > there any way to set an smtp port different to the default one (25)? > > Thanks in advance. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Dr. Hussayn Dabbous SAXESS Software Design GmbH Neuenhöfer Allee 125 50935 Köln tel.: +49 221 560 11 0 fax.: +49 221 560 11 20 mailto:info@... http://www.saxess.de http://www.saxess.com http://www.saxess.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Change SMTP portI have set the property
system.mail.smtp.port=420 in custom.properties and it is working now using that port number. Thanks. One question (I am sorry for my unknowledge): Did you find those Turbine properties in a file included in scarab? If so, which one? Many many thanks. Hussayn Dabbous escribió: > not sure, but found these properties in the EMail submodule > of Turbine: > > mail.host > mail.smtp.port > mail.smtp.pwd > mail.smtp.user > > I am not sure how these properties relate to the properties > in project.properties regarding E-Mail. But at least you can > try to set these properties in your > > WEB-INF/conf/custom.properties > > restart the webapp and see if you get it to work. > From my understanding of the Turbine property-concept > that should work (but as i said im guessing here!) > Please can you report your results to this list? > > that would be great. Thanks! > > Hope, this helps. > regards, hussayn > > Juan Diego Moreira wrote: >> Hello. >> >> In the file WEB-INF\conf\defaultCustom.properties there is a property >> called system.mail.host to set the address of the smtp server but, Is >> there any way to set an smtp port different to the default one (25)? >> >> Thanks in advance. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Change SMTP portOoops!
All my questions where answered here http://www.solitone.org/scarab_doc/scarab_properties_final.html Repeat a thousand times: read the documentation before asking, read the doc.... Hussayn Dabbous escribió: > not sure, but found these properties in the EMail submodule > of Turbine: > > mail.host > mail.smtp.port > mail.smtp.pwd > mail.smtp.user > > I am not sure how these properties relate to the properties > in project.properties regarding E-Mail. But at least you can > try to set these properties in your > > WEB-INF/conf/custom.properties > > restart the webapp and see if you get it to work. > From my understanding of the Turbine property-concept > that should work (but as i said im guessing here!) > Please can you report your results to this list? > > that would be great. Thanks! > > Hope, this helps. > regards, hussayn > > Juan Diego Moreira wrote: >> Hello. >> >> In the file WEB-INF\conf\defaultCustom.properties there is a property >> called system.mail.host to set the address of the smtp server but, Is >> there any way to set an smtp port different to the default one (25)? >> >> Thanks in advance. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Change SMTP portJuan Diego Moreira wrote:
> Ooops! > > All my questions where answered here > http://www.solitone.org/scarab_doc/scarab_properties_final.html > > Repeat a thousand times: read the documentation before asking, read the > doc.... hmm... not all your questions where answered there :-) i.e. the property mail.smtp.port is NOT described in the document you mention. The properties are part of the Turbine stuff. They are not visible in any text file of the Scarab distribution. You need a tool for reverse assembling the Turbine classes. I used eclipse here ;-) And i am very curious, why we need "system.mail.*" and "scarab.mail.*" properties at all if simply using the properties above already do the job ;-((( ... I am quite sure, we can clean up this part of Scarab, can't we ? regards, hussayn > > > Hussayn Dabbous escribió: > >> not sure, but found these properties in the EMail submodule >> of Turbine: >> >> mail.host >> mail.smtp.port >> mail.smtp.pwd >> mail.smtp.user >> >> I am not sure how these properties relate to the properties >> in project.properties regarding E-Mail. But at least you can >> try to set these properties in your >> >> WEB-INF/conf/custom.properties >> >> restart the webapp and see if you get it to work. >> From my understanding of the Turbine property-concept >> that should work (but as i said im guessing here!) >> Please can you report your results to this list? >> >> that would be great. Thanks! >> >> Hope, this helps. >> regards, hussayn >> >> Juan Diego Moreira wrote: >> >>> Hello. >>> >>> In the file WEB-INF\conf\defaultCustom.properties there is a property >>> called system.mail.host to set the address of the smtp server but, Is >>> there any way to set an smtp port different to the default one (25)? >>> >>> Thanks in advance. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > -- Dr. Hussayn Dabbous SAXESS Software Design GmbH Neuenhöfer Allee 125 50935 Köln tel.: +49 221 560 11 0 fax.: +49 221 560 11 20 mailto:info@... http://www.saxess.de http://www.saxess.com http://www.saxess.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Change SMTP portHussayn Dabbous wrote:
> > And i am very curious, why we need "system.mail.*" > and "scarab.mail.*" properties at all if simply > using the properties above already do the job ;-((( ... > > I am quite sure, we can clean up this part of Scarab, > can't we ? > Mmmmmhhh... I bet this is somehow related with: http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html and also with the way commons-email works. _ Jorge --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Change SMTP portDear,
I want to setup Scarab so that it can send notification email using SMTP server with SSL connection (port 465) along with username and password for authentication I did set correctly properties below in WEB-INF/conf/custom.properties and restart. mail.host mail.smtp.port mail.smtp.pwd mail.smtp.user But no email generated, am I missing some steps? Please help. Thank you. Regards, pangkorean
|
|
|
Re: Change SMTP portHi,
In project.properties I found the following properties: # system.mail.host # system.mail.smtp.user # system.mail.smtp.pwd # system.mail.smtp.debug # scarab.email.domain # scarab.email.default.fromName # system.mail.pseudohtml # system.email.html # scarab.email.register.fromName # scarab.email.forgotpassword.fromName # scarab.email.archive.toAddress # scarab.email.default.fromAddress # scarab.email.register.fromAddress # scarab.email.forgotpassword.fromAddress # system.mail.smtp.from Do your best. cheers pangkorean schrieb: > Dear, > I want to setup Scarab so that it can send notification email using SMTP > server with SSL connection (port 465) along with username and password for > authentication > I did set correctly properties below in WEB-INF/conf/custom.properties and > restart. > mail.host > mail.smtp.port > mail.smtp.pwd > mail.smtp.user > > But no email generated, am I missing some steps? > Please help. > > Thank you. > > Regards, > pangkorean > > > > > hussayn wrote: > >> not sure, but found these properties in the EMail submodule >> of Turbine: >> >> mail.host >> mail.smtp.port >> mail.smtp.pwd >> mail.smtp.user >> >> I am not sure how these properties relate to the properties >> in project.properties regarding E-Mail. But at least you can >> try to set these properties in your >> >> WEB-INF/conf/custom.properties >> >> restart the webapp and see if you get it to work. >> From my understanding of the Turbine property-concept >> that should work (but as i said im guessing here!) >> Please can you report your results to this list? >> >> that would be great. Thanks! >> >> Hope, this helps. >> regards, hussayn >> >> Juan Diego Moreira wrote: >> >>> Hello. >>> >>> In the file WEB-INF\conf\defaultCustom.properties there is a property >>> called system.mail.host to set the address of the smtp server but, Is >>> there any way to set an smtp port different to the default one (25)? >>> >>> Thanks in advance. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >>> >> -- >> Dr. Hussayn Dabbous >> SAXESS Software Design GmbH >> Neuenhöfer Allee 125 >> 50935 Köln >> >> tel.: +49 221 560 11 0 >> fax.: +49 221 560 11 20 >> >> mailto:info@... >> http://www.saxess.de >> http://www.saxess.com >> http://www.saxess.org >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> >> > > ------------------------------------------------------ http://scarab.tigris.org/ds/viewMessage.do?dsForumId=456&dsMessageId=2396454 To unsubscribe from this discussion, e-mail: [users-unsubscribe@...]. |
|
|
Re: Change SMTP port
The properties guide is here:
http://www.solitone.org/scarab-021-doc/scarab_properties_final.html You will find some basic documentation there (sorry, not for all properties) From Jonhannes's list i think the following ones are the relevant properties: # system.mail.host # system.mail.smtp.user # system.mail.smtp.pwd # scarab.email.domain # system.mail.smtp.from # scarab.email.default.fromAddress # scarab.email.register.fromAddress But i must admit, that i never setup an EMail connection over https with password protection. If nothing goes, you always can setup a local email server without authentification (access only from localhost) and forward from there to your company server. regards, Hussayn Johannes Höchstädter wrote: Hi, In project.properties I found the following properties: # system.mail.host # system.mail.smtp.user # system.mail.smtp.pwd # system.mail.smtp.debug # scarab.email.domain # scarab.email.default.fromName # system.mail.pseudohtml # system.email.html # scarab.email.register.fromName # scarab.email.forgotpassword.fromName # scarab.email.archive.toAddress # scarab.email.default.fromAddress # scarab.email.register.fromAddress # scarab.email.forgotpassword.fromAddress # system.mail.smtp.from Do your best. cheers pangkorean schrieb: -- Dr. Hussayn Dabbous SAXESS Software Design GmbH Neuenhöfer Allee 125 50935 Köln tel.: +49 221 560 11 0 fax.: +49 221 560 11 20 info@... http://www.saxess.de http://www.saxess.com http://www.saxess.org |
| Free embeddable forum powered by Nabble | Forum Help |