-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How install? #1
Comments
Hello ctuxboy, You have to install the plugin using composer. A "legacy" installation using the files only is not supported as composer takes care for PicoMailForms dependencies and namespaces. According to the pico docs, pico also recommends installing pico using composer:
Pico Doc > Install > I want to install pico using composer After you correctly installed pico using composer, you can install PicoMailForms using followig command:
FYI: composer is a kind of a nuget or npm for php and does it's job quite good. It also takes care for auto loading in PHP (which PHP can't do properly by default). composer Please let me know if that worked for you |
Hi @jflepp, Sorry about my poor english. |
Hello @ctuxboy, |
Oh okay,
|
exactly |
@jflepp Adding a mailform on a webpage. Adding the settings in config/config.yml
Trying send a mail, but gives an error: What i see, in the gmail smtp settings, there is an extra option: Is it possible adding this? |
SLL SMPT is enabled by default and there is no option to disable it |
I think your issue is now resolved as the installation workes using composer |
It works installing with composer, but sending emails, doesn't work at this moment. |
Installing with composer works, but sending emails doesn't work. |
Hello,
I will trying your plugin, but can't figured out how install.
After that my test-website shows a blank page with an 500 error.
I used Picocms a week now, but for me as beginner it is not so easy installing without a good step-by-step guide and i'm not familiar with composer at the moment.
Hope you can adding more detailed steps how can implement your plugin in picocms? Where adding the config and content snippets?
The text was updated successfully, but these errors were encountered: