forked from verdnatura/hedera-web
Mail column renamed to receiver
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.
|
* Initial Release.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hedera-web",
|
"name": "hedera-web",
|
||||||
"version": "1.407.54",
|
"version": "1.407.55",
|
||||||
"description": "Verdnatura web page",
|
"description": "Verdnatura web page",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -21,7 +21,7 @@ class Mail extends Vn\Lib\Method {
|
||||||
$status = 'OK';
|
$status = 'OK';
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$mail = $mailer->createObject($row->sender, $row->body, $row->subject);
|
$mail = $mailer->createObject($row->receiver, $row->body, $row->subject);
|
||||||
|
|
||||||
if ($row->replyTo) {
|
if ($row->replyTo) {
|
||||||
$mail->AddReplyTo($row->replyTo, $row->replyTo);
|
$mail->AddReplyTo($row->replyTo, $row->replyTo);
|
||||||
|
|
Loading…
Reference in New Issue