What are the Slack Archives?
Itβs a history of our time together in the Slack Community! Thereβs a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you wonβt be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Hi All, I am trying to add an attachment file in mail i have set a MailAttachmectTransfer in MailTra
Hi All,
I am trying to add an attachment file in mail i have set a MailAttachmectTransfer in MailTransfer with all require details like attachmentUrl and all but its not adding the attachments into my emails any solution on this ?
Comments
-
Make sure that your MailAttachmentTransfer has:
->setFileName($fileName) ->setAttachmentUrl($absolutePathWithFileName) ->setDisplayName($displayName);
FileName should be the filename + extension only, without path (e.g. "this_file.rtf").
AttachmentUrl should be fully qualified, so absolute path to file with filename and extension, all together (e.g. "/usr/johndoe/documents/this_file.rtf").
DisplayName can be anything you want to have displayed for it.For me, this has worked.
0 -
I have configured the same, see.
$attachment->setFileName('1-v.1.pdf'); $attachment->setDisplayName('Sample File'); $attachment->setAttachmentUrl('/data/data/DE/media/files/1-v.1.pdf');
0 -
Do you really have "data" twice in the path? And is this really the absolute path, from the root (and not just the project's root)?
0 -
i want to add this file for that this path should work i guess
0 -
Well, that's just one
data
. So/data/DE/media/files/1-v.1.pdf
, maybe. But you'll need the path from/
- and this on your screenshot doesn't look like the contents of/
.0 -
I have tried with just one data also but didn't work. attached full screenshot maybe helpful, and also when i am exporting files /data/data/export/... this path is working for that.
0 -
Maybe try attaching that long path string that's next to
extranet-project
on this screenshot in front of/data
...? But if that won't work either than no further ideas on my part at the moment, I'm afraid.0 -
Ok, Thanks for the help.
0 -
yw
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 76 Spryker News
- 929 Developer Corner
- 787 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K π Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random