Top "Email" questions

Use this tag for questions involving code to send or receive email messages.

How to get the Android device's primary e-mail address

How do you get the Android's primary e-mail address (or a list of e-mail addresses)? It's my understanding that on …

android email
How to send email to multiple recipients using python smtplib?

After much searching I couldn't find out how to use smtplib.sendmail to send to multiple recipients. The problem was …

python email smtp message smtplib
Regex empty string or email

I found a lot of Regex email validation in SO but I did not find any that will accept an …

regex email string
Change the "From:" address in Unix "mail"

Sending a message from the Unix command line using mail TO_ADDR results in an email from $USER@$HOSTNAME. Is …

unix email
How can I send an email by Java application using GMail, Yahoo, or Hotmail?

Is it possible to send an email from my Java application using a GMail account? I have configured my company …

java email gmail jakarta-mail mail-server
Email Address Validation for ASP.NET

What do you use to validate an email address on a ASP.NET form. I want to make sure that …

asp.net validation email
Generating HTML email body in C#

Is there a better way to generate HTML email in C# (for sending via System.Net.Mail), than using a …

c# html email
How do I purge a linux mail box with huge number of emails?

I have setup some cron jobs and they send the crons result to an email. Now over the months I …

email purge
Send HTML in email via PHP

How can I send an HTML-formatted email with pictures using PHP? I want to have a page with some settings …

php html email send