Coder Social home page Coder Social logo

Template for emailing about pd-user HOT 9 OPEN

xorgxx avatar xorgxx commented on June 8, 2024
Template for emailing

from pd-user.

Comments (9)

n-tsvetkov-krez avatar n-tsvetkov-krez commented on June 8, 2024 1

I think the author has to change row 356 of SecurityController.php to honor config variable template_path

from pd-user.

cesurapp avatar cesurapp commented on June 8, 2024

Copy the resources/views directory to your own resources directory. Then enter the new template path with the template_path property. Here I would fix an issue that prevents using this feature.

3e55ff8

from pd-user.

xorgxx avatar xorgxx commented on June 8, 2024

thank, will try tomorrow

from pd-user.

xorgxx avatar xorgxx commented on June 8, 2024

since to be functional.

i have one request to try to be move "urban" can you put the name and last name in :

                // Send Confirmation Email
                $emailBody = [
                    'confirmationUrl' => $this->generateUrl('security_register_confirm',
                        ['token' => $user->getConfirmationToken()],
                        UrlGeneratorInterface::ABSOLUTE_URL),
                ];
                $this->sendEmail($user, $mailer, 'Account Confirmation', $emailBody, 'register');
            } elseif ($this->getParameter('welcome_email')) {
                // Send Welcome
                $this->sendEmail($user, $mailer, 'Registration Complete', 'Welcome', 'welcome');
            }

maybe in all sending email to the client.

Thank

from pd-user.

xorgxx avatar xorgxx commented on June 8, 2024

+++ just see now - subject of email as to be possible to translate, there no possibility to do this ?

from pd-user.

xorgxx avatar xorgxx commented on June 8, 2024

are to put logo inside ?

from pd-user.

cesurapp avatar cesurapp commented on June 8, 2024

If you can develop for logo and translation. I can confirm.

Or you can overwrite and use this function.

from pd-user.

xorgxx avatar xorgxx commented on June 8, 2024

sorry, i deed not get you?

from pd-user.

xorgxx avatar xorgxx commented on June 8, 2024

so i deed all! put in pull request. and delete ? what was the problem ??? second time you deed delete.

from pd-user.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.