Search the Community
Showing results for tags 'attachment'.
-
i'm trying to attach a .ics-file to a mail The Page send sends out the email but only download the ics-file. Email has no attachments. // event ID $eventID = $input->get('eventID','int'); $event = $pages->get($eventID); // config $testEmail = $event->event_mail_test_adress; $fromEmai...
-
Hello Is there a way to program my code in a way, that the website has Background-Attachment Fixed on laptops and PC's and Background-Attachment Scroll on mobile devices? On ios Background-Attachment Fixed does not work. It can't be done with media queries, because the ipad pro is bigger t...
- 5 replies
-
- attachment
- fixed
-
(and 1 more)
Tagged with:
-
Hello, from the day i am using PW every day i am loving it more and more, its really great. i am trying to create a page for website where people can apply for job and send CV as attachment too. i was searching forums from last few days and create one page with combinations of many posts in form...
- 5 replies
-
- 1
-
-
- attachment
-
(and 1 more)
Tagged with:
-
Hi guys, have been trying to figure out how I can get hold of a file's path when it has been uploaded via a form. I don't need to add it to the database, just email it. I am currently using phpmailer to send the email and all I need for it to send the attachment is the path of the uploaded file....