mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Heroku email for testing.
This commit is contained in:
parent
0879a9427c
commit
be635f550a
2
pom.xml
2
pom.xml
@ -67,7 +67,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<artifactId>maven-dependency-plugin</artifactId>
|
||||||
<version>2.4</version>
|
<version>2.5</version>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
||||||
|
@ -496,27 +496,26 @@
|
|||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
<!--<plugin>-->
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<!--<groupId>org.apache.maven.plugins</groupId>-->
|
||||||
<artifactId>maven-dependency-plugin</artifactId>
|
<!--<artifactId>maven-dependency-plugin</artifactId>-->
|
||||||
<version>2.3</version>
|
<!--<executions>-->
|
||||||
<executions>
|
<!--<execution>-->
|
||||||
<execution>
|
<!--<phase>package</phase>-->
|
||||||
<phase>package</phase>
|
<!--<goals><goal>copy</goal></goals>-->
|
||||||
<goals><goal>copy</goal></goals>
|
<!--<configuration>-->
|
||||||
<configuration>
|
<!--<artifactItems>-->
|
||||||
<artifactItems>
|
<!--<artifactItem>-->
|
||||||
<artifactItem>
|
<!--<groupId>org.mortbay.jetty</groupId>-->
|
||||||
<groupId>org.mortbay.jetty</groupId>
|
<!--<artifactId>jetty-runner</artifactId>-->
|
||||||
<artifactId>jetty-runner</artifactId>
|
<!--<version>7.4.5.v20110725</version>-->
|
||||||
<version>7.4.5.v20110725</version>
|
<!--<destFileName>jetty-runner.jar</destFileName>-->
|
||||||
<destFileName>jetty-runner.jar</destFileName>
|
<!--</artifactItem>-->
|
||||||
</artifactItem>
|
<!--</artifactItems>-->
|
||||||
</artifactItems>
|
<!--</configuration>-->
|
||||||
</configuration>
|
<!--</execution>-->
|
||||||
</execution>
|
<!--</executions>-->
|
||||||
</executions>
|
<!--</plugin>-->
|
||||||
</plugin>
|
|
||||||
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
<groupId>org.jvnet.jaxb2.maven2</groupId>
|
||||||
|
@ -23,14 +23,26 @@ database.password=${DATABASE_PASSWORD}
|
|||||||
#------------------------
|
#------------------------
|
||||||
# Plain SMTP Server Configuration
|
# Plain SMTP Server Configuration
|
||||||
#------------------------
|
#------------------------
|
||||||
mail.smtp.port=25
|
#mail.smtp.port=25
|
||||||
mail.smtp.host=localhost
|
#mail.smtp.host=localhost
|
||||||
mail.username=root
|
#mail.username=root
|
||||||
mail.password=
|
#mail.password=
|
||||||
mail.smtp.auth=false
|
#mail.smtp.auth=false
|
||||||
mail.smtp.starttls.enable=false
|
#mail.smtp.starttls.enable=false
|
||||||
|
#mail.smtp.quitwait=false
|
||||||
|
|
||||||
|
#------------------------
|
||||||
|
# Sendgrid Configuration
|
||||||
|
#------------------------
|
||||||
|
mail.smtp.port=587
|
||||||
|
mail.smtp.host=smtp.sendgrid.net
|
||||||
|
mail.username=app6795136@heroku.com
|
||||||
|
mail.password=Your Password
|
||||||
|
mail.smtp.auth=true
|
||||||
|
mail.smtp.starttls.enable=true
|
||||||
mail.smtp.quitwait=false
|
mail.smtp.quitwait=false
|
||||||
|
|
||||||
|
|
||||||
#------------------------
|
#------------------------
|
||||||
# SSL SMTP Server Configuration
|
# SSL SMTP Server Configuration
|
||||||
#------------------------
|
#------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user