Joomla 5 Mitteilung

Wir freuen uns mitteilen zu können, dass seit dem 29. Januar 2024 alle unsere Joomla Erweiterungen mit Joomla 5 kompatible sind.

Für alle die gerade noch von Joomla 3 auf 4 aktualisieren: Anleitungen für die Joomla 4 Migration gibt es hier:

Es gibt nun auch eine eigenständige Dokumentation für Visforms für Joomla 4 und für Visforms auf Joomla 5

Forum

Visforms Subscription Inhaber können in unserem Forum Fragen stellen. Bitte mit dem entsprechenden Benutzer anmelden.
Jeder kann lesend auf das Forum zugreifen.

Bitte stellen Sie nur 1 Frage pro Thema.

Senders name in the email

Mehr
8 Jahre 6 Monate her #2177 von raunhar
Senders name in the email wurde erstellt von raunhar
I am trying this form for the first time. I was able to send the form from the front end. But the mail that was received by the administrator had the following headers:
Name: It was displaying the administrators name not the senders name

How to show the senders name

Mehr
8 Jahre 6 Monate her #2179 von Administrator AV
Administrator AV antwortete auf Senders name in the email
Hi,

mails are quite a complex topic.
Please check the documentation to learn, which options are available and how to set up the mails.
www.vi-solutions.de/en/documentations/vi...e-mail-configuration

If the mail uses the sender mail address as mail from address, the email is often classified as spam. Therefore the sender email address is used as reply to and not as mail from.

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).

Mehr
8 Jahre 6 Monate her #2188 von Thinamani
Thinamani antwortete auf Senders name in the email
Hi Raunhar,

I have a few forms created and all of them use mail whereby once the user hits "Submit" in the front end, the form is sent to the Administrator with from address being a dedicated service address and a different email gets sent to the user automatically with the from address being the same dedicated service address as well.

Is this something that you are looking at?

Mehr
8 Jahre 3 Monate her #2462 von sasa_zagreb2
sasa_zagreb2 antwortete auf Senders name in the email
Hi,
love the extension! My boss insist to have sender email in "from" and not only in "reply-to" section despite spam issue.
Please, is there any way I could edit some file within extension to make that possible?!
Regards,
Sasha

Mehr
8 Jahre 3 Monate her #2463 von Administrator AV
Administrator AV antwortete auf Senders name in the email
Hi,

the information you need are:
The mails are created in the file
Code:
components/com_visforms/models/visforms.php
by
Code:
private function sendResultMail($visform)
the email address submitted by the form is in the variable
Code:
$emailSender
the mail from can be set with
Code:
$mail->setSender($mailSender);
but you have to adapt the whole function and make sure that it works as expected.

Regards,
Aicha

:idea: I recommend you the new and up-to-date documentation for Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/en/docs/
Most of this also applies retrospectively to Joomla 3.
Please only ask 1 question per topic :-).

:idea: Ich empfehle Dir die neue und aktuelle Dokumentation für Joomla 4:
docs.joomla-5.visforms.vi-solutions.de/docs/
Das meiste gilt rückwirkend auch für Joomla 3.
Bitte immer nur 1 Frage pro Thema stellen :-).
Folgende Benutzer bedankten sich: sasa_zagreb2

Mehr
8 Jahre 3 Monate her #2464 von sasa_zagreb2
sasa_zagreb2 antwortete auf Senders name in the email
Thanks Aicha!
It worked like a charm, but after I've corrected misspelled command "$mail->setSender($mailSender);" to "$mail->setSender($emailSender);".
I think that many users will be happy with this solution since it is a common request for your product.
Maybe you could include it as a standard part of product and maybe make option for administrator.
Best regards,
Sasha

Moderatoren: Administrator AVAdministrator IV
Powered by Kunena Forum