Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Instrument Control
NomadMail
Commits
ecda6cf3
Commit
ecda6cf3
authored
Oct 22, 2020
by
legoc
Browse files
Changed version 2.0.0
parent
53798a0f
Changes
2
Show whitespace changes
Inline
Side-by-side
pom.xml
View file @
ecda6cf3
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
fr.ill.ics
</groupId>
<artifactId>
nomadmail
</artifactId>
<version>
1.1
0.0
</version>
<version>
2.
0.0
</version>
<name>
NomadMail
</name>
<description>
Helper application to use Nomad server to send mails from VMs
</description>
...
...
src/main/java/fr/ill/ics/mail/MailSender.java
View file @
ecda6cf3
...
...
@@ -102,7 +102,7 @@ public class MailSender {
private
void
run
()
{
String
[]
args
=
new
String
[
4
];
args
[
0
]
=
"["
+
instrumentName
+
"]"
+
mailSubject
;
args
[
0
]
=
"["
+
instrumentName
+
"]
"
+
mailSubject
;
args
[
1
]
=
mailContent
;
args
[
2
]
=
mailSender
;
args
[
3
]
=
mailRecipients
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment