Top "Email" questions

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

How to check if an email address exists without sending an email?

I have come across this PHP code to check email address using SMTP without sending an email. Has anyone tried …

php email smtp telnet email-validation
How to validate an e-mail address in swift?

Does anyone know how to validate an e-mail address in Swift? I found this code: - (BOOL) validEmail:(NSString*) emailString { …

ios validation email swift
How to embed images in email

I need to embed an image in e-mail. How do I do it? I do not want to use third …

php image email embed
Send inline image in email

Having an issue sending an image via email as an embedded image in the body. The image file shows as …

c# image email smtp inline
How do I send an HTML email?

I have successfully sent email in my web application using JMS, but the result only displays in plain text. I …

java email jakarta-mail
What is the email subject length limit?

How many characters are allowed to be in the subject line of Internet email? I had a scan of The …

email limit
How to send UTF-8 email?

When I send out the email, the email does not show characters other than english. It does show like below: 余生ä»ä» …

php email utf-8
Effective method to hide email from spam bots

On my homepage, I'm using this method to hide my email from spam bots: <a href="admin [at] example.…

html algorithm email spam
How to validate email id in angularJs using ng-pattern

Am trying to validate an Email id field in angularJs using ng-pattern directive. But am new to AngularJs. I need …

regex angularjs email angularjs-directive ng-pattern
How to send HTML email using linux command line

I need to send email with html format. I have only linux command line and command "mail". Currently have used: …

html linux email send