Tagged Questions
The attachment tag has no wiki summary.
16
votes
7answers
22k views
Trying to attach a file from SD Card to email
I am trying to launch an Intent to send an email. All of that works, but when I try to actually send the email a couple 'weird' things happen.
here is code
Intent sendIntent = new ...
14
votes
3answers
14k views
Android multiple email attachments using Intent
I've been working on Android program to send email with an attachment (image file, audio file, etc) using Intent with ACTION_SEND. The program is working when email has a single attachment. I used ...
11
votes
1answer
9k views
Grails File Download
I'm trying to craete a site which allows users to upload any file type they like. I've implemented this feature fine, and the file is held on the server. Later on they can download the file to view, ...
10
votes
2answers
1k views
Send email with attachment using client's email application
I need my locally-installed, thick-client application (Qt / C++) to generate a ready-to-be-sent email message on the client's machine:
This message must contain the contents of a relatively small ...
10
votes
6answers
5k views
PhpMailer vs. Swiftmailer?
I'm building a fairly simple php script that will need to send some emails with attachments. I've found these 2 libraries to do this. Does either one have significant advantages over the other? Or ...
8
votes
1answer
188 views
Intent filter to download attachment from gmail apps on Android
I have android application with intent filter (ACTION_VIEW) to open file and import it into my application. I wish to download file attachment from gmail app into my application. Some of file type ...
8
votes
4answers
741 views
How to send mail with large size attachment using System.Net.Mail to Google Apps?
I am trying to send mail with large size attachment upto (1MB,2MB).
But sending mail fails.(Sending to Google Apps) as:
MailItemEntry[] entries = new MailItemEntry[1];
String EmlPath = ...
7
votes
3answers
869 views
ICS in Outlook being sent as a .msg file
I have an application, it is creating an ICS similar to the following:
BEGIN:VCALENDAR
VERSION:2.0
METHOD:REQUEST
BEGIN:VEVENT
ATTENDEE;ROLE=REQ-PARTICIPANT;RSVP=TRUE:MAILTO:test1234@gmail.com
...
7
votes
7answers
8k views
How to add an UIImage in MailComposer Sheet of MFMailComposeViewController in iPhone
I am asking this question second time in a different manner -- I want to insert UIImages inside the composer sheet of MFMailComposerViewController.
Please note I don't want to attach them, but I ...
7
votes
2answers
6k views
How do I write a restful web service that accepts a binary file (pdf)
I'm trying to write a restful web service in java that will take a few string params and a binary file (pdf) param.
I understand how to do the strings but I'm getting hung up on the binary file. Any ...
6
votes
1answer
181 views
Is PHP's mail() function attachment support a bit broken on Windows?
I had a ticket logged by a customer today reporting that PHP's mail() function was timing out on him on one of our Windows 2003 Server boxes when trying to send attachments.
Upon investigating I was ...
6
votes
2answers
472 views
sendmailR (Part2): Sending files as mail attachments
Following the directions provided in this related question, I was able to send html formated mail messages. Now the question is this: How should I modify the following code, in order to attach one or ...
6
votes
5answers
9k views
How can a Delphi Program send an Email with Attachments via the DEFAULT E-mail Client?
Within my program, I am composing an email to send using the default e-mail client software installed on a user's machine.
I have composed the mailto address, the subject, the multilined body, and I ...
6
votes
3answers
15k views
C# MailTo with Attachment?
Currently I am using the below method to open the users outlook email account and populate an email with the relevant content for sending:
public void SendSupportEmail(string emailAddress, string ...
5
votes
2answers
165 views
C# Email Attachment name
I add an attachment like this:
System.Net.Mail.Attachment Attachment = new System.Net.Mail.Attachment(AttachmentPath);
msg.Attachments.Add(Attachment);
But I want to make it attach as a different ...
5
votes
1answer
2k views
Android: How do I attach a temporary, generated image to an email?
I have a programmatically generated image that I want to send as an attachment via the ACTION_SEND and EXTRA_STREAM method.
But how do i do this?
My first attempt (writing to my ...
5
votes
2answers
3k views
How can I download IMAP mail attachments over SSL and save them locally using Perl?
I need suggestions on how can I download attachments from my IMAP mails which have attachments and current date in subject line i.e. YYYYMMDD format and save the attachments to a local path.
I went ...
5
votes
2answers
2k views
Attach File Through mailto URI
Is it possible to attach a file using "mailto:" redirect in javascript?
Something like this:
document.location = "mailto:"+recipient+"?subject="+subject+"&body="+msg+"?attach="+"file1.zip";
5
votes
5answers
4k views
How do I send attachments using SMTP?
I want to write a program that sends email using Python's smtplib. I searched through the document and the RFCs, but couldn't find anything related to attachments. Thus, I'm sure there's some ...
5
votes
2answers
4k views
Download attachments using Java Mail
Now that I`ve downloaded all the messages, and store them to
Message[] temp;
How do I get the list of attachments for each of those messages to
List<File> attachments;
Note: no thirdparty ...
5
votes
1answer
4k views
Python: Sending Multipart html emails which contain embedded images
I've been playing around with the email module in python but I want to be able to know how to embed images which are included in the html.
So for example if the body is something like
<img ...
5
votes
4answers
6k views
Programmatically managing Microsoft Access Attachment-typed field with .NET
Access added a new data type in the 2007 version--the Attachment type. We are currently working on a WinForms application with .NET 3.5 (C#) that uses an Access 2007 database. We want to be able to ...
5
votes
3answers
2k views
How to detect when a user has successfully finished downloading a file in php
I've got a php page which handles requets for file downloads. I need to be able to detect when a file has been downloaded successfully. How can this be done? Perhaps there's some means of detecting ...
4
votes
1answer
169 views
Storing uploaded file data with RavenDB
What's the current best practice for storing file data with RavenDB? (CDN or RavenDB Attachments)
I have been looking at Rob Ashton's excellent demo application RavenDB Photo Gallery Project. In the ...
4
votes
1answer
306 views
Parsing Multipart emails in python and saving attachments
I am pretty new to python and I am trying to parse email from gmail via python's imaplib and email. It is working pretty well but I am having issues with email attachments.
I would like to parse out ...
4
votes
1answer
234 views
Custom attributes for CouchDB attachments
I am trying to store multiple standalone attachments in a single CouchDB document, and assign arbitrary attributes (i.e. description) to each one. Is there a convention for doing this? From what I ...
4
votes
4answers
3k views
Sending mail with attachments programatically in ASP.NET
I am dynamically generating a number of different types of files based upon a GridView in ASP.NET - an Excel spreadsheet and a HTML file. I am doing so using this code (this is just for the Excel ...
4
votes
3answers
1k views
How to attach a file to an email with PowerShell
I have written a PowerShell script that will create an email, however I can't seem to attach a file. The file does exist and PowerShell can open it, Could anyone tell me what I'm doing wrong?
$ol = ...
4
votes
1answer
597 views
.Net C# : Read attachment from HttpWebResponse
Is it possible to read an image attachment from System.Net.HttpWebResponse?
I have an url to a java page, which generates images.
When i open the url in firefox, the download dialog appears. ...
4
votes
2answers
3k views
Stream as an Attachment to System.Net.Mail is 0 bytes
I've got a project where I'm using a PDF generator to send a file to a user. We'd like to give the user the option to attach this file to an email instead, and we're having trouble using the Stream ...
4
votes
3answers
4k views
how send file (txt/XML) from iphone to server(web or email)
Hi I want to send text or XML from iphone to another desktop machine. Is there any way so that I can use Email to send file as attachment or can send it by HTTP POST method.
Please help me.
4
votes
3answers
5k views
How do I add an attachment to an email using System.Net.Mail?
I have an excel document represented as a byte[] and I'm wanting to send it as an attachment in an email.
I'm having a bit of trouble constructing the attachment.
I can create an Attachment which ...
4
votes
4answers
904 views
how to send email with graphic via php
I would like to send HTML email with graphic elements included. I have no idea to attach garaphics to this email.
3
votes
3answers
169 views
Base64 email attachments are not uploading
I am using the following script http://stuporglue.org/recieve-e-mail-and-save-attachments-with-a-php-script/ to handle my emails that get sent to me, however it seems if a user sends an email from ...
3
votes
6answers
300 views
Adding an attachment to SOAP request
I am at a loose end as to how to add an attachment in my SOAP request. We have to consume a thrid party web service, built in java, which is the most convoluted thing I have ever come across. Any ...
3
votes
2answers
108 views
Attaching a single file to an e-mail
Please forgive me up front. When I've tried to research this question I end up looking at code that I simply can't comprehend. I have about 3 hours of experience with Python and am probably ...
3
votes
2answers
111 views
Searching attachments from a Rails app (Word, PDF, Excel etc)
My first post to Stack Overflow so be gentle please! I am about to start a new Ruby on Rails (3.1) project for a client. One of their requirements is that there is a search engine, which will be ...
3
votes
1answer
692 views
Dynamics CRM 2011 attach file with SDK
I saw a feature in Dynamics CRM 2011 of attaching file to an entity with user interface.
How I can attach file using Dynimcs CRM SDK 2011 and C#?
3
votes
1answer
560 views
Add attachment to order email + Magento
I need to attach a file to the email Magento sends when a client places an order.
This attachment can be either a PDF, a HTML or a simple TXT, and it must have the summary of the order (SKU, ...
3
votes
2answers
248 views
Facebook Media Attachment - fallback URL for 'music' type?
I'm using Facebook's Legacy REST API to publish MP3 media attachments to users' streams (as the new Graph API does not yet support audio). This renders the audio in Facebook's own media player as ...
3
votes
1answer
221 views
HTML Code Link within an Email to an Email Attachment
Wondering if this is possible. Suppose an email is written in HTML for email clients to render. And an anchor tag exists in the HTML code that is going to be parsed by the email client.
One can ...
3
votes
1answer
441 views
Sending email with attachment through GMailSender?
I have been reading the blogs and have tried numerous implementations but have still failed to get an image attached to an email that I'm sending through GMail using java. I downloaded all the jars ...
3
votes
4answers
569 views
Paperclip not called when uploading attachment, so attachment is not saved. Rails3 + uploadify
I have two different apps using paperclip. On the app that does not save attachment or call paperclip, i get this log when i upload an app
started POST "/users/1/uploads" for 127.0.0.1 at 2011-04-23 ...
3
votes
2answers
520 views
Download file on click - Ruby on Rails
My application is using Rails 2 backend, Heroku for hosting, Paperclip for file uploads, and Amazon S3 for file storage.
Right now users can upload files with paperclip + s3 - this works flawlessly. ...
3
votes
1answer
450 views
Add Attachment with UpdateListItems?
Is it possible to add an attachment to a new list item with UpdateListItems?
I've tried this SOAP, but no dice....
Can someone share with me the proper SOAP structure to get this done?
...
3
votes
1answer
963 views
How to create an email with embedded images that is compatible with the most mail clients
We have created a system that allows embedding an image in an outgoing email.
Here is the original message our system creates. This example contains an image attachment and an embedded image.
...
3
votes
1answer
264 views
When to delete a temporary file used in Intent.SEND for attached email?
We generate a temporary file on an Android device and attach it to an email. We use a custom Content Provider to feed that file to the email application. The problem is that the email application ...
3
votes
1answer
952 views
Sending email with attachments from C#, attachments arrive as Part 1.2 in Thunderbird
I have a C# application which emails out Excel spreadsheet reports via an Exchange 2007 server using SMTP. These arrive fine for Outlook users, but for Thunderbird and Blackberry users the attachments ...
3
votes
3answers
968 views
Binary file email attachment problem
Using Python 3.1.2 I am having a problem sending binary attachment files (jpeg, pdf, etc.) - MIMEText attachments work fine. The code in question is as follows...
for file in self.attachments:
...
3
votes
1answer
354 views
Facebook Link attachment example in Ruby on Rails
How do you attach a link in ruby on rails similar to facebook link attachment where you get the title and the description of the link attached.? Could you help me with the code? Is there a good RoR ...