Top "Email-client" questions

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

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?

email smtp port postfix-mta email-client
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 …

windows command-line batch-file email-client
How do I remove link underlining in my HTML email?

<td width="110" align="center" valign="top" style="color:#000000;"> <a href="https://example.com" target="_blank" style="color:#000000; …

html css html-email newsletter email-client
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 …

html css html-email email-client
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 …

php email-client
How to open Outlook "New mail message" window from VB.NET

I've a scenario in which user can make a selection from a grid (having uploaded files on local folder) and …

.net vb.net email email-client
Effective maximum mailto: body lengths

There is a maximum length for the text in the &body section of a mailto: link. According to one …

cross-browser compatibility mailto email-client multiple-browsers
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, …

html-email email-client hotmail outlook.com
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 …

php email imap swiftmailer email-client