tomita-militaru / elasticemail

Elastic Email for Craft CMS
Other
0 stars 0 forks source link

Plugin not working #1

Open arifje opened 2 years ago

arifje commented 2 years ago

When trying to save at settings/mail:

Screenshot 2022-02-26 at 09 56 15

Craft Pro 3.7.28

tomita-militaru commented 2 years ago

@arifje thanks for contacting me, I am investigating now the issue.

arifje commented 2 years ago

Any update?

tomita-militaru commented 2 years ago

@arifje could you please try out the new version and let me know if it fixes the issue?

arifje commented 2 years ago

Can't get it installed;

composer require workwithtom/elasticemail:1.1.2

results in:

  Problem 1
    - Root composer.json requires workwithtom/elasticemail 1.1.2, found workwithtom/elasticemail[dev-master, dev-feat/1/Plugin_not_working, 1.0.0, ..., 1.1.5] but it does not match the constraint.
tomita-militaru commented 2 years ago

please try version 1.1.6

arifje commented 2 years ago

Works now, but sending a test email results in an empty message/body :-(

EDIT: did some debugging, looks like $message->getBody() is empty/null.