Skip to content
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

Images not shown in email #28

Closed
mmirsch opened this issue Apr 24, 2020 · 4 comments
Closed

Images not shown in email #28

mmirsch opened this issue Apr 24, 2020 · 4 comments

Comments

@mmirsch
Copy link

mmirsch commented Apr 24, 2020

When sending newsletters, images inside the body are not visible because image-urls are relative.
Is there an option to use absolute URLs für images?
Or is there an option to embed images directly inside the email?

Thanks and greetings,
Manfred Mirsch

@einpraegsam
Copy link
Collaborator

That should not happen, Image URL should be absolute (I just tested again and everything works as expected). The domain is prefixed here: https://github.com/in2code-de/luxletter/blob/develop/ext_localconf.php#L34

What if you check your TypoScript Object Browser when searching for variable fluidStyledMailContent.config.absRefPrefix

Should look similar to:
screenshot-lux-t310 localhost de-2020 04 25-12_45_57
?

@mmirsch
Copy link
Author

mmirsch commented Apr 28, 2020

My mistake was, that I didn't set "config.absRefPrefix".
After doing this, links are absolute.

Also for using FluidStyledMailContent I had to add the type configgurations in my site-cofiguration (config.yaml).
Now everything works very well.

@mmirsch mmirsch closed this as completed Apr 28, 2020
@einpraegsam
Copy link
Collaborator

I just added a question to FAQ in documentation for people with similar problems

@mmirsch
Copy link
Author

mmirsch commented Apr 28, 2020

Thanks for help and for this great plugin,
Manfred

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants