Questions tagged [attachment]

Any additional content added to a digital object, such as an email attachment.

Many languages provide facilities for sending email or transmitting other data (e.g. SOAP) but may not always provide a clear interface for attaching documents or other arbitrary binary data to the message or object.

This tag is for all questions relating to adding attachments to transmitted data or providing an interface for doing so.

2942 questions
0
votes
2 answers

autostorage email attachment file

I was recently asked by my boss to create... something i find nearly impossible without human intervention The thing is, to have our users send a xml with some data via email, but my boss wants it to That the attached file be stored on a specific…
CJLopez
  • 5,495
  • 2
  • 18
  • 30
0
votes
0 answers

SENDINBLUE - AppScript: Attachment file

I use the appscript to trigger an email via sendinblue, but I need to add an attachment to the code. I've tried the code below, but the attachment didnt worked. How should I add the attachment parameter in this code? var data = { "sender":…
Caio
  • 1
  • 2
0
votes
0 answers

Google ChatBot - Retrieve Uploaded Content (attachments)

I'm trying to develop a ChatBot in Google Chat, using Google Apps Script. The Chabot shuold retrieve an attachment uploaded (e.g. .PDF file) by the user and move it into a Drive folder. I've read the official documentantion but I suppose the it…
Tom91
  • 3
  • 2
0
votes
0 answers

How can I generate a XML file, filled with form data and send it as attachment to my Mail?

I have a Wordpress website that uses the WPForms Plugin for it's forms. It's a real estate website, so users who are interested in sth. can send a message and their info via my form. For collecting the customer data a software called estatePro is…
Moepius
  • 17
  • 4
0
votes
1 answer

How to correctly send python email with attachment and HTML body with alternate plain text body

I am using python to send an email with an HTML body and an attachment. I also want to include a plain text email body for email clients that do not display HTML. The code sample from my application below seems to work in many cases but I have…
Bill
  • 23
  • 5
0
votes
0 answers

Some PDF attachments do not open when added using PyPDF4. How to fix this?

I am using PyPDF4 to add file attachments to a base PDF. The final PDF file opens and has all attachment PDFs attached but some of them do not open when double-clicked. Could you advise on why this happens and what's the workaround for the same? The…
0
votes
0 answers

Change the default PDF filename on submit or open

Hello I am looking to change the default PDF filename upon opening a pdf form or submitting it as a file attachment to an email. I took a look around this forum and the closest I could find was this article Changing the default filename when using…
tcoady
  • 15
  • 4
0
votes
0 answers

D365 custom object file attachments using Postman

I want to upload file to one of the custom object under opportunity which is cr964_termsheetdetails through postman/rest API. I have tried to post with annotations /annotations { "notetext": "MS Dynamics Termsheetdetail Upload Test", "subject":…
Anjali
  • 1
0
votes
0 answers

Why is my PNG file attached not displayed on iOS native email app, "Mail"? Email is sent with Python smtplib and composed with email.mime

I have some Python script that sends emails with an attachment. This attachment is passed as a bytes object and is always displayed on Outlook and Gmail web apps on my computer, and on Gmail and Outlook apps on iPhone and Android. However, it is…
MartinHN
  • 124
  • 2
  • 9
0
votes
0 answers

JSPDF - Sending PDF as attachment from wp_mail - Special characters

This is my very first post. Thanks to all your answers on other posts, from where , i had picked up code and tried to reach here. Am using JSPDF to send an attachment through AJAX call to PHP server- A mail is sent from here with the generated PDF…
Sam
  • 1
  • 1
0
votes
0 answers

Fastest way to bring up running a website with a data entry form + docs attachments? (language doesn't matter)

I have no time and need to create a straightforward website with a data entry form to gather user biographical info plus docs scan upload (attachment) functionality. What framework do you suggest that can help me? The form needs validation…
vaheeds
  • 2,594
  • 4
  • 26
  • 36
0
votes
0 answers

php mail_runner sending attachment from folder instead of database field

I am trying to write a php script that sends an attachment using php mail_runner with an attachment taken from a file within a subdirectory. This is part of a multi step approach, where I have used imagettftext to take a template jpg training…
JKG79
  • 3
  • 2
0
votes
0 answers

wp_mail is sending the same attachment twice

I have set up an admin email via wp_mail where I have the ability set to attach multiple files. It works fine with one caveat, the last attachment (or, if the only attachment) is attached twice. I can't figure out why? // Handle File Upload …
0
votes
1 answer

How can I access attachment metadata within lektor templates?

I am following the lektor guide to set up a portfolio site. My goal is to include a caption below each image displayed using the projects.html and project.html templates. My first thought was to use attachment metadata, as that would make it simple…
0
votes
1 answer

Directing to Default Mail App with Attachment Python

I have been trying to direct the user to the default mail app on pc (or have the user select the mailing app they want) then open the app to send a mail with an attachment already included. I tried mailto and webbrowser explained here: Python:…
JadeCeci
  • 40
  • 6
1 2 3
99
100