You can subscribe to this list here.
2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Phil S. <phi...@gm...> - 2007-01-21 20:52:41
|
Charles, If you are useing the latest release, the outbound smtp server is configured in WEB-INF/classes/mailsender.properties. Previously the entire configuration was in WEB-INF/classes/lightweightcontainer.xml under the "mailSender" bean. Only the host and port can currently be configured in sender.properties. If you are not running sendmail locally or your outbound server requires authentication, then you need to add properties to the "mailSender" bean in WEB-INF/classes/lightweightcontainer.xml. See http://www.springframework.org/docs/api/org/springframework/mail/javamail/JavaMailSenderImpl.htmlfor documentation of the properties exposed by the Spring mail sender that the VL uses. To set a property, just add an element under the "mailSender" in lightweightcontainer.xml with the name of the property and content equal to its value. Let us know if this does not resolve your problem. Phil On 1/21/07, Charles Baker <ras...@us...> wrote: > > > Message body follows: > > Where should I look for documentation on setting up the > request emails? My requests are not going out. > > -- > This message has been sent to you, a registered SourceForge.net user, > by another site user, through the SourceForge.net site. This message > has been delivered to your SourceForge.net mail alias. You may reply > to this message using the "Reply" feature of your email client, or > using the messaging facility of SourceForge.net at: > https://sourceforge.net/sendmessage.php?touser=166411 > > |