email

html newsletter email arriving as an attachment

Hello, I'm using C# to send email newsletters for subscribers. There's no problem with sending the email but some email clients like outlook and hotmail receive html newsletter as an attachment and the email body contains only plaintext with html tags removed and some clients like gmail receive the email just fine. What actually creat...

Is it possible to email the contents of vim using HTML

I like to view the current differences in the source files I'm working on with a command like: vim <(svn diff -dub) What I'd really like to be able to do is to email that colorized diff. I know vim can export HTML with the :TOhtml, but how do I pipeline this output into an html email? Ideally. i'd like to be able to send an html dif...

How to get whole email message source sent from php?

Hi, I have a php-based CRM system, which, amont many other functions, sends email messages to our customers. A few employees need to view those emails when client calls and asks about some data. Those employees have access to common IMAP mailbox (let it be [email protected]). What I want to do is: Send email to a customer...

InterIMAP, Viewing UNREAD IMAP mail and Downloading Attachments in C#

I was wondering if anyone can help me on this cause its driving me mad trying get this working I was working with the trail of mail.dll from http://www.lesnikowski.com/mail/ which is an extremely fantastic tool which unfortunately i cannot afford being a student (even though its around 150eur, its still very expensive to me :/) and this...

How do I make a forward e-mail link?

So I want to make a HTML news letter to be sent out. I want to make a "Forward to Friend" button, but how would I link that? ...

Chinese Characters in email sent via PHP not showing up.

hi All, a funny problem. I send mail via PHP from my testing server with Chinese chars in it and it sends perfectly. Encoding is utf-8. When I upload the same PHP file to another server and try to send from there, the e-mail will look 90% fine in one mail client (web-based mail actually, gmail), but in my mail client (Apple Mail) it's a...

Beginners PHP e-mail problem

I'm working on my first PHP project, and it's going well. I've been able to figure out how to do most of what I need so far, but there's one big problem for me now: E-mail. I'm on a shared server, so I can't install PEAR, and I can't modify my php.ini. According to my host's very limited documentation, I have to use SMTP so I can't (cor...

A couple of questions about the encoding of a mail message in GAE Python API?

I've noticed that dev_appserver inbound mail tab now encodes the email body to base64. Why the change? How can I detect what the encoding of the message is? Clarification: I mean that the form for submitting test emails on the dev_appserver used to pass the text of the message body to my application's handler exactly as I entered it, bu...

Adding an attachment to a .NET Email

How do I attach a file with a very unfriendly name (like a file with a session Id number in it) but have it attached as another name? The file name in question has the session ID in it to avoid clashes name on the web server but when I attach it to the file, a friendlier name is preferable. Is there a way to attach the file with the u...

How can I check the content transfer encoding of incoming emails using Zend framework

How can I detect the content-transfer-encoding of emails in the inbox using Zend framework. I need to check to make sure whether a message is qyoted printable content so I can run a decode upon it somehow. The encoding doesn't appear in the message object that I get from using Zend_Mail_Imap_Storage::getMessage please help ...

UTF-8 emails to Mac Mail and Gmail

I'm using Pear mail_mime to send HTML emails out, and first the UTF-8 characters were messed up in Gmail, but not in Mac Mail. I discovered that I needed to add parameters to the get() function to correct the character set used in the HTML portion of the MIME message. It was defaulting to ISO. So, I've corrected this problem, the email ...

Sending hidden fields via POST in iPhone in-app email

I'm letting my App's user send email from within the app to share some content on myserver. To do so I need to include a button with two bits of data and I want to use POST to keep it somewhat hidden. I've decided to add an html form using POST and two hidden fields in the email rather, like so: NSString *buttonCode = [NSString string...

Extremely slow MFMailComposeViewControllerDelegate

I have a bit of a strange problem. I am trying to send in-app email. I am also using Cocos2d. It works, so far as I get the mail window and I can send mail, but it is extremely slow. It seems to only accept touches every second or so. I checked the cpu usage, and it is quite low. I paused my director, so nothing else should be happ...

php form doesnt submit one of the fields

i have bought a template that have built in contact form problem is that it submits every thing except "company" name i messed around with it but cant get to work it. if you can point me to some solution i would be greatful thanks in advance this is php script if(!$_POST) exit; $email = $_POST['email']; //$error[] = preg_match('/\b...

How to return email address when auth an OpenID?

Hi, I'm trying to build a login form using OpenID Auth. I'm using sample code from: http://openidenabled.com/php-openid/ But I only get user's email address when auth with account on myopenid.com I want get returned email when auth link "google.com/accounts/o8/id" How can I do? Thank you very much. ...

Send mass emails php (probably a shell question?)

I've got 80,000 users on my site and i've recently turned away from the forum script i've been using and built something very simple myself that works just as well (the forum script was too bloated and resource intensive for my simple site) The only thing i've lost is the ability to mass email all my members. So i'm looking to come up ...

Using Excel VBA to send emails. Problem with attachments becoming embedded by accident.

Hi, I am having an issue with an Excel macro I wrote that is used by several users within my company. It is used to send numerous emails daily with attachments that are also Excel workbooks. The issue is that sometimes, instead of the file simply being attached as it should be, it becomes an embedded object. This embedded object is opena...

How to send email with more than one attachments in classic ASP?

how to attach more then one files and then send mail using ASP Technology.. Not with ASP.NET so please guide me.. and I want to send this mail when page load... so where should I write... Thanks in advance ...

How to create a table in outlook mail body programmatically

I am developing some program in C# which will send the mail using outlook 2007. For this I wish to create a table in mail body and need to show the required data in it. Can anyone let me know how we can create a table programmatically in mail body. ...

How to display everything that is sent to an email address on a website?

I would like to display all the subjects of email received on a website. Is there an open source "pop to php" script? Or a service I can use directly? Any help is appreciated! thanks! ...