Top "Email" questions

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

Mailbox unavailable. The server response was: 5.7.1 Unable to relay for [email protected]

I am getting "Mailbox unavailable. The server response was: 5.7.1 Unable to relay for [email protected]" when I try to …

asp.net email iis-7 iis-6
Specify the from user when sending email using the mail command

Does anyone know how to change the from user when sending email using the mail command? I have looked through …

linux email redhat
How to send email using simple SMTP commands via Gmail?

For educational purposes, I need to send an email through an SMTP server, using SMTP's fundamental and simple rules. I …

email smtp gmail smtpclient smtp-auth
phpmailer error "Could not instantiate mail function"

I'm using the mail() basic example modified slightly for my user id and I'm getting the error "Mailer Error: Could …

php email phpmailer
package javax.mail and javax.mail.internet do not exist

When I compile a simple code that has the following 2 import statements: import javax.mail.* import javax.mail.internet.* I …

java email jakarta-mail
Sql script to find invalid email addresses

A data import was done from an access database and there was no validation on the email address field. Does …

sql validation email
base64 encoded images in email signatures

I have to include some images (company logo's etc) in email signatures. I've had all sorts of issues using the …

html image email base64
Are email addresses case sensitive?

I've read that by standard first part of e-mail is case sensitive, however I've tried to send e-mail to name@…

email smtp rfc
How to send email via Django?

In my settings.py, I have the following: EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' # Host for sending e-mail. …

python django email smtp
Attach a file from MemoryStream to a MailMessage in C#

I am writing a program to attach a file to email. Currently I am saving file using FileStream into disk, …

c# email smtp memorystream