Top "Email" questions

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

What is the maximum length of a valid email address?

What is the maximum length of a valid email address? Is it defined by any standard?

validation email max email-address
Sending HTML email using Python

How can I send the HTML content in an email using Python? I can send simple text.

python email html-email
Sending emails with Javascript

This is a little confusing to explain, so bear with me here... I want to set up a system where …

javascript email client-side
Testing HTML email rendering

Are there any good tools to easily test how HTML email will look across different email clients? I prefer something …

html email testing
HTML5 Email Validation

It is said "With HTML5, we need no more js or a server side code to check if the user's …

html email
Failed to connect to mailserver at "localhost" port 25

I keep getting this error when I try to send an e-mail in PHP: Warning: mail() [function.mail]: Failed to …

php email smtp
How to send an email with Gmail as provider using Python?

I am trying to send email (Gmail) using python, but I am getting following error. Traceback (most recent call last): …

python email smtp gmail
How to send email from Terminal?

I know there are ways to send email from terminal in Linux/MacOS, but I can't seem to find proper …

bash email terminal
PHPMailer: SMTP Error: Could not connect to SMTP host

I've used PHPMailer on several projects but now I'm stuck. It gives me the error: SMTP Error: Could not connect …

php email phpmailer
Sending email with gmail smtp with codeigniter email library

<?php class Email extends Controller { function Email() { parent::Controller(); $this->load->library('email'); } function index() { $config['protocol'] = …

php codeigniter email smtp