Questions tagged [email-client]

For questions relating to implementing email clients, or for code extending or interacting with an existing mail client.

An email client, email reader, or more formally, mail user agent (MUA) is a computer program used to manage a user's email.

The term can refer to any system capable of accessing the user's email mailbox, regardless of it being a mail user agent, a relaying server, or a human typing on a terminal. In addition, a web application that provides message management, composition, and reception functions is sometimes also considered an email client, but more commonly referred to as webmail.

Popular email clients include Microsoft Outlook, Pegasus Mail, Mozilla's Thunderbird, and Apple Inc.'s Mail.

573 questions
260
votes
6 answers

What is the difference between ports 465 and 587?

These ports 465 and 587 are both used for sending mail (submitting mail) but what is the real difference between them?
Ilia Rostovtsev
  • 12,128
  • 10
  • 47
  • 80
168
votes
4 answers

What is the behavior difference between return-path, reply-to and from?

On our mailing application we are sending emails with the following header: FROM: marketing@customer.com TO: subscriber1@domain1.com Return-PATH: bouncemgmt@ourcompany.com The problem that we are facing is that some email servers will bounce back a…
Geo
  • 8,329
  • 13
  • 61
  • 90
103
votes
4 answers

What is Data URI support like in major email client software?

Data URIs are a standard way to embed images and other binary data in HTML, and browser support is well documented on the web. (IE8 was the first version of IE to support Data URI, with a max 32 KB size per URI; other major browsers have supported…
joelhardi
  • 10,609
  • 3
  • 27
  • 38
50
votes
6 answers

sending mail from Batch file

We have a script to backup files. After the backup operation is over, we would like to send a report as an email notification to some of our email addresses. How could this be done?
user73628
  • 3,405
  • 5
  • 26
  • 24
45
votes
3 answers

Effective maximum mailto: body lengths

There is a maximum length for the text in the &body section of a mailto: link. According to one of my co-workers, the W3C publish the limit as 256 (I don't have a link to back this up, though). We're embedding mailto: links in both an e-mail and a…
26
votes
23 answers

How do I remove link underlining in my HTML email?

BOOK NOW I used this code to make a link in my HTML email. In…
pubudumj
  • 261
  • 1
  • 3
  • 4
26
votes
8 answers

How do you build a web based email client using PHP?

I would like to learn how to build a web-based email client in PHP (similar to yahoo and gmail). Does anyone know how I can get started with this? I would like my system to be able to send and receive email.
panidarapu
  • 8,031
  • 6
  • 24
  • 24
24
votes
14 answers

HTML email link color dilemma

I designed an HTML email and I am having the following issues: First my entire design is based on a blue color so any blue text will not be readable by the reader/user, text has to be white. GMAIL automatically color phone numbers and links blue but…
Asynchronous
  • 3,645
  • 18
  • 56
  • 89
23
votes
3 answers

Start Mail-Client with Attachment?

I'm currently searching for a way (in Java) to start the default mail client with defined receiver, subject and body and with a predefined attachment. Due to the limitations of the RFC the java.awt.Desktop.mail-Method is not working with…
schlingel
  • 8,382
  • 7
  • 31
  • 60
22
votes
4 answers

How hard is it to build an Email client? - Python

I'm venturing in unknown territory here... I am trying to work out how hard it could be to implement an Email client using Python: Email retrieval Email sending Email formatting Email rendering Also I'm wondering if all protocols are easy/hard…
RadiantHex
  • 22,589
  • 43
  • 141
  • 236
16
votes
3 answers

center align email in outlook.com

I have created a very simple html email. http://staging.xhtml-lab.com/mailtest/ It's working fine in all email clients, except in hotmail.com/outlook.com in hotmail email is left aligned, it should remain center aligned. I have added following code…
Alok Jain
  • 2,714
  • 3
  • 19
  • 39
15
votes
2 answers

PHP Library to read email

I currently use the SwiftMailer library to send email, but unfortunately it's only for sending, not receiving. I'm wondering... is there a similar library to connect via IMAP to an email account and read the email (IE give me the ability to loop…
TheFrack
  • 2,667
  • 7
  • 25
  • 46
13
votes
1 answer

Best way to include images in HTML email?

I'm creating some HTML emails with images included. For each email the size of the images + email is less than 150kb. I'm trying to make them work well for the main clients mentioned here…
Jon Cox
  • 9,614
  • 21
  • 72
  • 113
12
votes
12 answers

Does your email client let you add custom headers programmatically?

I'm working on an anti-spam project (centmail) that involves having the sender use a client plugin that adds a custom header (as well as a signature, but that part's easier). The general problem is to add an email header to your outgoing mail where…
dreeves
  • 25,132
  • 42
  • 147
  • 226
12
votes
2 answers

Email client support negative margin value?

Please have look the below screenshot I want to positioned the lens in top area.Sadly the position value is not supported by email clients.so what can i do for that.can i use for margin-top value as minus value? hope you can help me..thanks in…
Krish
  • 1,691
  • 2
  • 14
  • 34
1
2 3
38 39