A
A
Alice2020-08-29 13:28:22
opencart
Alice, 2020-08-29 13:28:22

Where is the controller for sending a letter to email called?

Tell me where is the controller for sending a letter to email in opencart called?
There is a catalog/controller/account/forgotten.php controller responsible for password recovery
After entering the email, a password reset link comes to the mail, but I can’t understand where the catalog/controller/mail/forgotten.php controller is called

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
VVCh, 2020-08-29
@blonde_13

but I can't figure out where the controller is called catalog/controller/mail/forgotten.php

There is no explicit call.
It is called through the event system.

A
Anton R., 2020-08-29
@anton_reut

In what sense "in what place it is caused"?
You go to /index.php?route=account/forgotten
and this account/forgotten controller is triggered: it
5f4a498cbda9a778806206.jpeg
is responsible for rendering the page and receiving data from the form.
The Mail class itself is here:
5f4a4ae2e0db5101796243.jpeg

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question