Top "Email" questions

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

How to set the From email address for mailx command?

I am working on a KornShell (ksh) script running on a Solaris server that will send out an email when …

shell email solaris ksh mailx
Python : How to parse the Body from a raw email , given that raw email does not have a "Body" tag or anything

It seems easy to get the From To Subject etc via import email b = email.message_from_string(a) bbb = …

python email python-2.7 mod-wsgi wsgi
Android: Share plain text using intent (to all messaging apps)

I'm trying to share some text using an intent: Intent i = new Intent(android.content.Intent.ACTION_SEND); i.setType("…

android email android-intent sms
Can I set up HTML/Email Templates with ASP.NET?

I'm working on a site that will send out a significant number of emails. I want to set up both …

c# asp.net email templates
Can there be an apostrophe in an email address?

Possible Duplicate: What characters are allowed in email address? I have an email address with an apostrophe in it and …

email email-validation
Expected response code 220 but got code "", with message "" in Laravel

I am using Laravel Mail function to send email. The following is my app/config/mail.php file settings. 'driver' =&…

php email laravel swiftmailer
How can I send emails through SSL SMTP with the .NET Framework?

Is there a way with the .NET Framework to send emails through an SSL SMTP server on port 465? The usual …

c# .net email ssl smtp
Could not instantiate mail function. Why this error occurring

When I'm trying to send mail through PHPMailer, i'm getting this error message. My code is below: <? require("phpmailer/…

php html email phpmailer
Debugging PHP Mail() and/or PHPMailer

I'm quite stuck with a problem sending mail from a PHP script. Some data: Shared hosting, no SSH access, only …

php email sendmail
Mail not sending with PHPMailer over SSL using SMTP

I am trying to use PHPMailer to send e-mails over SMTP but so far have had no luck. I've gone …

php email ssl smtp phpmailer