Giter VIP home page Giter VIP logo

powermailextended's People

Contributors

einpraegsam avatar macjohnny avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

powermailextended's Issues

Any updates needed for custom field properties in T3 >=9?

Hi there!

I can't get this example extension to work in TYPO3 >=9. I want to extend form fields with custom properties. There's no error, but the fluid-markers are not replaced.

The recommended code for new field properties in the powermail docs also seams to base on this code here. Are there any updates needed for the current versions 9 of T3?

Fields loosing property 'readonly' after a while

I have the issue that fields, which are set to 'readonly' property are loosing this after a while, without any changes or cacheclearing. Is this a misconfiguration, or a bug?

best regards
fxp

Update for TYPO3 10?

Hi there,

although there have been some useful tips under "issues", I'm not able to add some custom fields to powermail anymore. I think there are too many changes with Object Storage and Powermail classes.

It would be really great, if any powermail insider could update the example extension for use with T3 10 or 11.

Thanks anyway, Chris

Parsley Validator

Hi,

is it possible to change this file causing a ParsleyValidator deprecated message:
powermailextended/Resources/Public/JavaScripts/ZipValidation.js

to:

window.Parsley.addValidator(
'custom100', function (value, requirement) {
if (value >= 80000) {
return true;
}
return false;
}, 32)
.addMessage('en', 'custom100', 'Error');

Thank you in advance!

Accessing Custom Field property (like Readonly) not working with Powermail 8.x

Hello! Anyone having issues with TYPO3 10 + Powermail 8 trying to add a custom field (like the Readonly example option based on Powermailextended extension)?

I’m able to have the backdend working with my custom fields, it shows and saves properly on the backend. But I can’t access the new field property values in my Fluid templates. Even the Readonly example from Powermailextened isn’t working.

It was working ok on TYPO3 9.5.x + Powermail 7.x. Any clues are welcomed :)

[Feature] Sending HTML mails with images

Hi,

I have created a SendMailService-Extension in order to send HTML mails with images (for the footer signature). It parses the email HTML for <img tags and tries to embed them from the webserver instead of leaving them hotlinked.

Are you interested to have it merged here?

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.