I need to recognize if email message is an response for message sent by my application, to put it into same email thread (something like gmail does). How can I mark an email or what data let me to recognize if it's an answer for one of previous messages in a thread?
I'm connecting through IMAP protocol, but I can easily switch to pop3 i...
i have created a form that can send and email with a specified attachment, it come through to my mail address ok, and seem to work fine untill i attempt to open the file, it tell me its damaged or corrupt, i think this is down to my headers.
here is my code.
http://pastebin.com/Y0MUHzSs
any help would be appreciated.
...
I would like to add an image as an attachment to an email and then have control over where the image is actually placed within the email, either by overriding the html to be rendered, or by some other means. Is this possible?
...
Is there anyway we can track our email has been read or not using php. If i am sending mails to 10 persons i need to know how many people has read the email and their email address. Is there a way to do this
Thanks in advance
...
I want to send email with Arabic content through java mail ,
but every Arabic word in the message appears like ????????????? ,
how can i make the encoding to utf_8 in order to support Arabic language ???
since i use that code
Message message = new MimeMessage(session);
message.setFrom(new InternetAddress(from));
message.setR...
We have contracted out an Android app, and our clients are not happy. Can we do what we want?
THe scenario is an activity that lists data about an event, and a button to compose the email. That works. Except that it always uses the google account on the phone. Can email be sent in accounts other than the google account outside of th...
I am trying to find out a way to track what the delivery rate of mails sent from our ESP is. I am aware of services like AWebber, but I was trying to find out a way to track complaints from the mail providers we send mails to using our mail server.
Is there any kind of header tag that somehow "alerts" us when an user clicks on Report Sp...
I'm implementing a web site which also supports interaction via e-mail. Users can send e-mails to the site and we forward them to other users. You could think of it as a listserv, though the functionality is actually more complex.
I'm having a problem with duplicate delivery of reply messages. Suppose user_1 posts something via our w...
I am using a simple HTML form for an event registration and I would like to send a PHP confirmation email to the registrant with the same information that is going to the administrator.
Here are the details:
$emailFromName = $_POST['name'];
$emailFrom = $_POST['email'];
$emailFromPhone = $_POST['phone'];
I would like to use the value...
I have 5000 registered users on another domain database, I want to import all these users in joomla database as Registered user. how to do this.......
...
I am evaluating 3rd party services to handle our webapps email.
Requirements:
Tracking bounces
HTML email
Customer headers
Incoming email queue (Post email to some URL?)
Spam filtering of incoming email
Handle SMTP server issues, authentication, whitelisting, keys, etc
Support attached images as well as embedded images from an URL
Rea...
I'm trying to send mails from Perl using the Mail::sender module. But I keep getting -4 return messages. The manual says -4 is service not available. What does that mean?
...
This is for a company intranet app, so everyone is using firefox on XP and I can install whatever is needed.
We'd like to setup an email with a pre-made subject and attachment (similar to using mailto), but the mailto spec doesn't allow attachments.
Any ideas how it can be done? Perhaps using a ff extension?
update: The file is a n...
My php can't find mail.php
I installed the PEAR package in a directory named pear_admin
I secured everything in that directory with .htaccess and .htpasswd
When I go to mysite.com/pear_admin/index.php it asks for my username and password.
This works and I am able to see and use PEAR Package Management
I installed the Mail package.
I cr...
I have a big problem with my SMTP server for sending emails. It's down often.
At this point I am using this code:
MailMessage mailMsg = new MailMessage();
mailMsg.From = new MailAddress("[email protected]");
mailMsg.To.Add("[email protected]");
mailMsg.Subject = "...";
mailMsg.IsBodyHtml = true;
mailMsg.BodyEncoding = Encoding.UTF8...
I want to develop a system with which users interact by sending in email. Very much like most email discussion groups or like posterous.
What checks should I apply to incoming email to make sure it comes from the address it claims to be?
...
Hello,
My application is fetching all the contacts of my gmail account. i try this using GoogleAPI. i got success.
but when i am trying to access gmail it will redirect to gmail login page. i do not want to gmail login page instead i want my login page. so how to override gmail login page . please help me out.
...
Hi All,
This is something I've struggled with for years.
I build my web applications on a local development server as you would expect.
Normally I'm working off a Win03 server running IIS and also running WAMP for php applications.
A lot of my applications send emails for notifications etc.
Previously I used to use the mail server ...
After a user tries to send some "in app" email from my iPhone app... I'd like to inform them of what happened.
I put some code like this in my "didFinishWithResult" method:
if(result == MFMailComposeResultSent ) NSLog(@"Email sent");
if(result == MFMailComposeResultCancelled) NSLog(@"Email cancelled");
if(result == MFMailComposeR...
So I am running exchange 2007 and up until yesterday there was a menu that allowed for the user to open other mailboxes through the Outlook Web Application. You would click on the name of the mailbox and it would let you type in the name of the mailbox you wish to open. I have full access to these boxes, yet the button that has the mailb...