Top "Email" questions

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

How to to send mail using gmail in Laravel?

I try again and again to test sending an email from localhost but I still cannot. I don't know anymore …

php laravel email gmail
Send a base64 image in HTML email

Using a rich-text editor, our users can drag and drop a saved image from their desktop to the editor. The …

email base64 html-email data-uri
Read MS Exchange email in C#

I need the ability to monitor for and read e-mail from a particular mailbox on a MS Exchange Server (internal …

c# email exchange-server mapi
Is it possible to add an HTML link in the body of a MAILTO link

I have not had to mess with mailto links much. However I now need to add a link in the …

html email email-integration mailto
How can I send mail from an iPhone application

I want to send an email from my iPhone application. I have heard that the iOS SDK doesn't have an …

ios iphone email cocoa-touch
How to check if an email address is real or valid using PHP

I found some websites that claim to verify if email addresses are valid. Is it possible to check if an …

php email email-verification bouncedemail
How to send 100,000 emails weekly?

How can one send an email to 100,000 users on a weekly basis in PHP? This includes mail to subscribers using …

php email mailing-list massmail
python: how to send mail with TO, CC and BCC?

I need for testing purposes to populate few hundred email boxes with various messages, and was going to use smtplib …

python email testing
New lines (\r\n) are not working in email body

I am using PHP mail() function: $to = 'AAAA <[email protected]>'; $subject = 'BBBB'; $message = "CCCC\r\nCCCC …

php email newline content-type
Sending HTML mail using a shell script

How can I send an HTML email using a shell script?

html linux email bash sendmail