| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| |
| Copyright 2004-2005 The Apache Software Foundation |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <!-- $Rev: 57116 $ $Date: 2004-11-09 17:34:38 -0800 (Tue, 09 Nov 2004) $ --> |
| |
| <!-- |
| Child of the geronimo/j2ee-server/${pom.currentVersion}/car configuration that includes deployment services |
| parentId="geronimo/runtime-deployer/${pom.currentVersion}/car" |
| --> |
| <configuration |
| xmlns="http://geronimo.apache.org/xml/ns/deployment-1.0" |
| configId="${pom.groupId}/${pom.artifactId}/${pom.currentVersion}/car" |
| > |
| |
| <gbean name="mail/MailSession" class="org.apache.geronimo.mail.MailGBean"> |
| <attribute name="transportProtocol">smtp</attribute> |
| </gbean> |
| <gbean name="SMTPTransport" class="org.apache.geronimo.mail.SMTPTransportGBean"> |
| <attribute name="host">localhost</attribute> |
| <attribute name="port">25</attribute> |
| </gbean> |
| </configuration> |