Answer the question
In order to leave comments, you need to log in
How to develop an admin panel?
There was a need to make a small panel for site administration. The site is small, made on self-written, we sell some services. For each product there is a separate page, which are taken from the database. The task is simple - to implement a single page for managing this content. I had a snag precisely at the stage of designing the architecture of the module: I don’t know how to correctly scatter the classes, because I’m not very strong at the IEC, but I want to complete the task (I don’t take money for this, for obvious reasons, if someone writes that I Here I take on tasks for which I am not competent).
Perhaps I just searched badly on the Internet, but so far I have not been able to find any good and simple algorithm. I will be glad to any advice.
Answer the question
In order to leave comments, you need to log in
Try manually setting up sending emails via SMTP. I have been using Yandex for many years, for example. You can take Google, Mandrill, Mailgun.
The SMTP settings for your hosting provider are detailed here:
https://www.reg.ru/support/pochta_general/pochta-r...
But I would use the free SMTP options for sending. For example MailJet .
I had this on a "free" domain on TimeWeb, transferred it to my domain, albeit a third level one, and everything worked like clockwork.
So it's probably blocked at the host level.
Take the framework and do it according to the manual on YouTube ...
For example, Yii2 - you just need to generate through gii all CRUD (page for editing, creating / updating and deleting) for any entity
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question