0
How to setup swift mailer in windows
im building some simple forms in php which user will fill and send mail, after researching i got to know that swift mailer is really great at it but installing it looks pretty confusing it will be really great if someone show me an easy way to install it. and am also new to php.
1 Odpowiedź
0
I would recommend, that you use Composer to download Swift-Mailer. But you are sure to download it on Windows and not directly at your webserver?
You can download Composer here: https://getcomposer.org/download/
And here the Documemtation from Swift-Mailer: https://swiftmailer.symfony.com/docs/introduction.html
But you need to read the Documentation, if you dont know what to do :)