Top "Email" questions

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

Failed to authenticate on SMTP server error using gmail

I'm trying to set up email for my first laravel project, and was thrilled that there's a laracast for it: …

email laravel swiftmailer
SMTP error 554

I'm using MDaemon as out mail server and the last days I get an error "554 Message does not conform to …

email outlook smtp
How to create SPF record for multiple IPs?

I do not find any guidelines regarding how to configure multiple IPs into an SPF record. So far I used (…

email spf
css padding is not working in outlook

I have following html in email template. I am getting different view in MS Outlook and in gmail for the …

html css email outlook outlook-2010
Sending mail attachment using Java

I am trying to send an email using Java and Gmail. I have stored my files on the cloud and …

java email gmail email-attachments
Send mail via CMD console

Hi i want to send mail via microsoft cmd console. I tried many way, but i didnt succeed. i tried …

email console cmd smtp sendmail
Javamail Could not convert socket to TLS GMail

I am trying to send an email using JavaMail through gmails SMTP Server. however this code. final String username = "mygmail@…

java email gmail jakarta-mail
Insert a line break in mailto body

I would like to insert a line break into my mailto body. I tried %0A, %0D and %0D%0A. Nothing …

email mailto
Laravel Mail::send() sending to multiple to or bcc addresses

I can't seem to successfully send to multiple addresses when using Laravel's Mail::send() callback, the code does however work …

php email laravel laravel-4
Mail multipart/alternative vs multipart/mixed

When creating email messages you are supposed to set the Content-Type to multipart/alternative when sending HTML and TEXT or …

email smtp content-type mime