Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-server
Commits
38023be8
Commit
38023be8
authored
Jun 12, 2019
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server.php: save info ever if no mailing
parent
3f09f843
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
server.php
server.php
+4
-4
No files found.
server.php
View file @
38023be8
...
...
@@ -157,10 +157,7 @@ if ($email_users) {
$reply_to
=
REPLY_TO
;
if
(
sendMail
(
$subject
,
$message_email
,
$to
,
$from_email
,
$from_name
,
$reply_to
,
'html'
))
{
echoJsonData
(
array
(
'success'
=>
'true'
,
'message'
=>
$_language
[
$code_language
][
'text_success'
]));
return
;
}
else
{
if
(
!
sendMail
(
$subject
,
$message_email
,
$to
,
$from_email
,
$from_name
,
$reply_to
,
'html'
))
{
echoJsonData
(
array
(
'success'
=>
'false'
,
'message'
=>
$_language
[
$code_language
][
'mail_error'
]));
return
;
}
...
...
@@ -171,3 +168,6 @@ if ($email_users) {
return;
*/
}
echoJsonData
(
array
(
'success'
=>
'true'
,
'message'
=>
$_language
[
$code_language
][
'text_success'
]));
return
;
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