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.

679 questions
-1
votes
2 answers

Error sending Emails With Visual Basic

I was making a email client with Visual Basic 2010 Here's the code to send the emails: Try Dim SmtpServer As New SmtpClient() Dim mail As New MailMessage() SmtpServer.DeliveryMethod = SmtpDeliveryMethod.Network SmtpServer.EnableSsl =…
Raff64spr
  • 9
  • 1
-1
votes
2 answers

Why is not connection to the client?Android

I am trying to create an activity to send an email. I am using an Intent Object "Action send" to launch the email client. However is not detecting the email client, this is the first time I am doing this, please help. What is wrong with my…
-1
votes
1 answer

Which charcter encoding is used by email client to encode Japanese characters?

I'm analyzing character set used in MIME to combine multiple character set. For that wrote as sample email as: This is sample test email 精巣日本 dsdsadsadsads which is automatically gets convert into: This is sample test email…
Pravin
  • 371
  • 1
  • 15
-1
votes
1 answer

Will email go down when website goes down if email is hosted elsewhere?

We are hosting email with a hosted exchange provider so it is separate from the website. The domain is registered with 123 reg and the nameservers are pointing to a server where the web files and database sit. From our control panel we have…
sc2015
  • 123
  • 13
-1
votes
1 answer

Padding not respected on mobile email

I have an email which looks great on laptop/desktops, but for some reason the padding is lost on iOS and Android clients. Here's some screenshots. WEB (Gmail) MOBILE (iOS) Full HTML code can be found here (a few lines shown below to pass SO…
tim peterson
  • 23,653
  • 59
  • 177
  • 299
-1
votes
1 answer

Outlook: how to create template which duplicates recipient address in link in email content?

I am new with outlook. I would like to create a template with a link inside. The link would have a variable which would be equal to the email address of the recipient. Is it possible to do it? if so how? PS: I know nothing about VB, macro... but…
Greg
  • 640
  • 5
  • 11
  • 23
-1
votes
1 answer

PHP mail only reaching certain clients

I've written a simple PHP HTML email form. That's all fine, it sends the email, the email doesn't get blocked. The problem with it is that only certain mail clients are receiving the emails: Gmail gets them fine, but another email account (used…
ArtOfCode
  • 5,702
  • 5
  • 37
  • 56
-1
votes
1 answer

Can I use PHP in a email signature?

I have a question. I would like to add rotating links inside my email signature to track results on my site. I can make these dynamic tracking urls on google as you may know but I would like to rotate them inside my email signature to see which text…
-1
votes
1 answer

Mailbox in which email landed

I am researching on to find the name of mailbox in which email landed. Suppose as an email Service Provider we are sending out clients email on clients data(subscribers), for showing reports we are doing research to find is it possible to get the…
abhinav dixit
  • 341
  • 2
  • 7
  • 17
-1
votes
1 answer

Looking for Mail Client to integrate with java application

I have written a web application in Java. As a part of this application, I need to retrieve mails from Gmail, Yahoo and Hotmail. I am looking for open source free mail clients having GPL license. I came across many open source free mail clients like…
user2316489
  • 159
  • 1
  • 5
  • 14
-1
votes
1 answer

check mail address whether is under gmail client

Gmail able to let users to create whatever email style such as account1@gmail.com account2@company.com account3@university.com and many more. currently, I'm using this contacts gem which is from https://github.com/liangzan/contacts , but when I…
Nich
  • 1,112
  • 1
  • 14
  • 29
-2
votes
1 answer

How to Track an Email properly and Prevent the user from opening the tracking link?

I have a question about tracking email. I've made a server that tracks an email by the inserting the target URL into . Until now all is good, but if the user (the sender) opens the email, the server gets a GET Request from the Google image…
Jwan
  • 177
  • 3
  • 12
-2
votes
1 answer

What is "mailto:someone@example.com" in following HTML form example?

I am learning HTML from w3schools HTML Tutorial - The Best in Class Tutorial I come across one HTML form example which sends an email. Please note that currently neither do I nor w3schools is going for server side input processing, so you also don't…
PHPLover
  • 1
  • 51
  • 158
  • 311
-2
votes
1 answer

How to access email messages from a linux web site backup

How can I access the mail stored in a full linux website backup? If I unpack the backup on my Windows machine, I see the mail folders: /homedir/mail/[site_name]/[user_name]. But ... how can I access the messages? I tried following steps for…
amountjoy
  • 21
  • 1
-2
votes
1 answer

Looking for an email service

I've just been informed by my boss that I will be taking over our company's CRM application. It is a web-based, .NET MVC, single-code-base, multi-tenant application. As the product was explained to me, it became clear that the email feature is a…
Casey Crookston
  • 13,016
  • 24
  • 107
  • 193
1 2 3
45
46