Fix: Send mail not working in subdirectory
Res: T126
This commit is contained in:
parent
b5303781d6
commit
c7d14040b3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ void sendMail(MouseEvent event) {
|
||||||
"list": addresslist.value
|
"list": addresslist.value
|
||||||
};
|
};
|
||||||
|
|
||||||
String url = "/res/php/sendmail.php?data=${JSON.encode(data)}";
|
String url = "res/php/sendmail.php?data=${JSON.encode(data)}";
|
||||||
|
|
||||||
HttpRequest.getString(url).then((response) {
|
HttpRequest.getString(url).then((response) {
|
||||||
if (response == "0") {
|
if (response == "0") {
|
||||||
|
|
Reference in a new issue