Code Monkey home page Code Monkey logo

oc-mail's People

Contributors

gergo85 avatar matissjanis avatar mplodowski avatar syehan avatar timfoerster avatar whsol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

oc-mail's Issues

Does not install in sqlite because the alter table statement is not supported by sqlite

I am getting:

"SQLSTATE[HY000]: General error: 1 near "MODIFY": syntax error (SQL: ALTER TABLE mja_mail_email_log MODIFY code VARCHAR(255) NULL;)" on line 624 of /home/staffcheck/staffcheck-web/vendor/laravel/framework/src/Illuminate/Database/Connection.php

https://www.sqlite.org/lang_altertable.html
the problems are in
make_body_column_nullable.php & make_code_column_nullable.php

The following statements are not supported by sqlite
DB::statement('ALTER TABLE mja_mail_email_log MODIFY body text COLLATE utf8_unicode_ci NULL;');
DB::statement('ALTER TABLE mja_mail_email_log MODIFY body text COLLATE utf8_unicode_ci NOT NULL;');
DB::statement('ALTER TABLE mja_mail_email_log MODIFY code VARCHAR(255) NULL;');
DB::statement('ALTER TABLE mja_mail_email_log MODIFY code VARCHAR(255);');

I did manage to install it by applying the changes manually in the tables, commenting all the above queries out and then running
php artisan october:up
That registered the migrations correctly but of course that might not be an option for others, especially on hosts where you don't have access to the command line.

I am trying to fix this and sent you a pull request

Does not Log Mails sent via Queue

We use OctoberCms Queue for some tasks including sending mails. Mails sent from queue workers don't appear in the maillog. Mails sent appear in the log.

We don't use the Mail::queue method instead we use custom Queues and send Mails via Mail::send method.

Any idea why this happens?

Clean Logs

Hi,

How i can clean the Logs to have a fresh installation ?

Thank you.

Export Feature?

Are there any plans to make an export feature for this? We need the ability to send CSV exports of form data in our projects.

Exception Thrown After Updating to Build 289

Since updating, I am now getting this exception error when I click on the "Mail log" on the backend.

IMG

Bit late for me right now, I'll look into it a bit more to see if it's on my end or the plugin's end. It just started happening after updating to the most recent build of October though so I'm assuming it's the Plugin?

Doesn't work, no error

Doesn't work, and no error found. What's wrong? I use PHP mail. The email is successfully sent, but no log there.

FormBuilder

Just wondering, does this plugin work with the FormBuilder plugin?

I have installed the plugin and it seems to be working fine without errors, but messages send from the FormBuilder does not get logged..

Selecting Wrong Mail Plugin

For some reason I am getting this error:

IMG

When I don't even have [janvince.smallcontactform] installed anywhere. How does your plugin choose which plugin to monitor for email sending/receiving?

website.com/vendor/laravel/framework/src/Illuminate/View/FileViewFinder.php line 112
if (! isset($this->hints[$segments[0]])) {
    throw new InvalidArgumentException("No hint path defined for [{$segments[0]}]."); <!--LINE WITH ERROR-->
}

SQL Error

tried to install this on a new installation

Update failed

"SQLSTATE[HY000]: General error: 1 near "MODIFY": syntax error (SQL: ALTER TABLE mja_mail_email_log MODIFY code VARCHAR(255) NULL;)" on line 624 of [...]\vendor\laravel\framework\src\Illuminate\Database\Connection.php

[Bug] Deactivated plugins issue

I deactivated the Rainlab User (or other plugin, which is used the mail sender). When I navigated to mja/mail/mail page, I got the following error message: No hint path defined for [rainlab.user].

Unexpected Type of Array Error When Using w/ Contact Plugin

You can see the comment thread that I discussed with the other plugin developer here:

Contact Plugin - "Unexpected Type of Array Error"

When I have this plugin enabled and paired up with the Contact Plugin I get the error message:

"Unexpected type of array, should attribute "reply_to" be jsonable?" on line 1064 of vendor/october/rain/src/databse/model.php

Upon disabling this plugin, the contact form worked perfectly fine. It is assumed that this plugin would be used in pair with a contact form plugin and the contact plugin linked appears to be the most popular so hopefully this can get resolved.

Thanks so much for this plugin, it really is phenomenal!

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.