Mail column renamed to receiver
gitea/hedera-web/pipeline/head This commit looks good
Details
gitea/hedera-web/pipeline/head This commit looks good
Details
This commit is contained in:
parent
dbbaaa34b1
commit
b9ff616e0f
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.407.54) stable; urgency=low
|
||||
hedera-web (1.407.55) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hedera-web",
|
||||
"version": "1.407.54",
|
||||
"version": "1.407.55",
|
||||
"description": "Verdnatura web page",
|
||||
"license": "GPL-3.0",
|
||||
"repository": {
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue