Mail column renamed to receiver
gitea/hedera-web/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2021-10-08 13:18:01 +02:00
parent dbbaaa34b1
commit b9ff616e0f
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.407.54) stable; urgency=low
hedera-web (1.407.55) stable; urgency=low
* Initial Release.

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.407.54",
"version": "1.407.55",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {

View File

@ -21,7 +21,7 @@ class Mail extends Vn\Lib\Method {
$status = 'OK';
try {
$mail = $mailer->createObject($row->sender, $row->body, $row->subject);
$mail = $mailer->createObject($row->receiver, $row->body, $row->subject);
if ($row->replyTo) {
$mail->AddReplyTo($row->replyTo, $row->replyTo);