- Home
- Forum
- Community Forum
- Feature requests / Suggestions
- Implemented
- Possibility to use "Extras" also for Experiences, not only for Assets
email sender
- tkalkuhl
-
Topic Author
- Offline
Less
More
11 years 7 months ago - 11 years 7 months ago #28
by tkalkuhl
email sender was created by tkalkuhl
Hi,
I have two e-mail related problems
1) No e-mails are send, when using a different language than en-GB
I created a new folder de-DE in libraries/solidres/mail and copied the content of the en-GB folder, and it works
2) The e-mails are not send by the e-mail specified at the reservation asset, but from "Root User" "root@localhost"?
I have two e-mail related problems
1) No e-mails are send, when using a different language than en-GB
I created a new folder de-DE in libraries/solidres/mail and copied the content of the en-GB folder, and it works
2) The e-mails are not send by the e-mail specified at the reservation asset, but from "Root User" "root@localhost"?
Last edit: 11 years 7 months ago by tkalkuhl.
The following user(s) said Thank You: Dolphin
Please Log in or Create an account to join the conversation.
- vietvh
-
- Offline
Less
More
- Posts: 1553
11 years 7 months ago - 11 years 7 months ago #31
by vietvh
This message has an attachment file.
Replied by vietvh on topic email sender
Hi tkalkuhl,
1) We should fall back to en-GB if no language is found. I will report it back to the team.
2) This is a minor bug and it is not hard to fix,
In file /components/com_solidres/controllers/reservation.php
There are 2 lines like the below which are not correct
They should be:
I attached a quick fix, you can download, extract and overwrite the old file to confirm.
vietvh
1) We should fall back to en-GB if no language is found. I will report it back to the team.
2) This is a minor bug and it is not hard to fix,
In file /components/com_solidres/controllers/reservation.php
There are 2 lines like the below which are not correct
$mail->setSender(array($hotelEmail => $hotelName));
They should be:
$mail->setSender(array($hotelEmail, $hotelName));
I attached a quick fix, you can download, extract and overwrite the old file to confirm.
vietvh
This message has an attachment file.
Please log in or register to see it.
Last edit: 11 years 7 months ago by vietvh. Reason: Re-attach file
Please Log in or Create an account to join the conversation.
- rundellato
- Offline
Less
More
- Posts: 2
7 years 7 months ago #10407
by rundellato
Replied by rundellato on topic email sender
hi sir, ive tried the reservation.php quick fix but unfortunately didnt work "Processing....."
Please Log in or Create an account to join the conversation.
- solidres
-
- Offline
Less
More
- Posts: 2956
7 years 7 months ago #10414
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic email sender
Hi,
This is a 4 year old topic, this solution is for a very old Solidres version which can not be applied into recent versions.
If you have any issues, please raise a new support ticket.
Cheers,
This is a 4 year old topic, this solution is for a very old Solidres version which can not be applied into recent versions.
If you have any issues, please raise a new support ticket.
Cheers,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
Moderators: solidres