email

Email Spam Filtering at the Code Level in Java

I'm writing code to download email from various servers, some of which are outside of my control. I'd like to be able to filter out spam at the code level since I can't always rely on the servers to do it effectively. What resources in Java are available to help with this? What is a good approach to take in order to minimize the amount o...

Account verification by email - pros and cons

If this question has already been asked, please comment so I can remove it. I'm aware of the advantages of email verification, especially in regard to spamming (which could easily kill me since most of the functionality is in posting comments). I'm contemplating the removal of email account verification for the application I'm currentl...

How do I programmatically send email w/attachment to a known recipient using MAPI in C++? MAPISendMail()

This question is similar, but does not show how to add a recipient. How do I do both? We'd like the widest support possible for as many Windows platforms as possible (from XP and greater) We're using visual studio 2008 Essentially we want to send an email with: pre-filled destination address file attachment subject line from our...

Email to HTTP call API?

I am looking for some simple API that I could send email to and it would send HTTP GET request to a designated URL? Does something like that exist? Its fairly difficult to setup email monitoring using .NET (setting up windows service , POP3/IMAP access etc). ...

Problem with sending email

When I send email on locally I don't have any problem with sending email. However when I uploaded to my live site, I am not able to send email. I use PHP mail function. Can anyone tell me what I need to look for? Thanks in advance. ...

How to create a mail on Mail.app (Mac) with an image resource in the middle of the mail.

Hi, I'd like to create a mail (on a Mac with Mac OS X 10.5 and up) that has some text, then an image, then some more text, maybe another image, and maybe some more text... I understand that with the Scripting Bridge, I can add attachments to eMails, but they're always at the end of the Mail. Any idea how to get started here? Maybe use...

Django sending e-mail u'' around headers

Hello, I wrote a simple contact form for a client in Django. However, whenever it sends e-mail, it wraps the header values in u'' objects. For example, the From: header is From: (u'[email protected]',) Here's the code that sends the message: The form: class ContactForm(forms.Form): name = forms.CharField(max_length=100) sender = for...

what is the best way to have daily scheduled reports on my website / database

i have a website that is being hosted on www.webhost4life.com. Its a basic asp.net mvc site with a backend of SQL Server. I want to have a "script" or something that run a database query and sends out an email daily. what is the best way to set this up using a hosted web provider to run every day. ...

Asp.net automatic form processing

I often have to code simple contact forms or forms where the data is basically just dumped into an email and sent to someone. Although this doesn't always take very long it can be boring. Are there any free controls similar to this one Auto Email. Does anyone have another method they use with success? ...

Java: Open default mail application and create new mail and populate To and Subject fields

Hi everyone. Just wondering if anyone can help me with a problem I've come across in Java. Is there functionality within Java to produce a section of code that will open the default email application on a user's PC? (I guess almost like a fancy mailto link...) If there is - is it possible to populate fields such as the To and Subject ...

how do i domainkey/DKIM signing using c#smtp client?

i have email program written in c# which sends out emails. now i have a requirement to sign outbound email using dominkey/DKIM. but i am not sure how do i do it. i have all key setup,but dont know how to get those and include in email header. ...

Grails: Validation of string containing a delimited list of email addresses

I have a Grails command object that contains an emailAddresses field, e.g. public class MyCommand { // Other fields skipped String emailAddresses static constraints = { // Skipped constraints } } The user is required to enter a semicolon-delimited list of email addresses into the form. Using Grails' valid...

Sending locally sent email (with sendmail) to Google Apps Mail Server

Hi. I have a domain, call it mydom.com. A while ago I started using Google App's email server. I set up MX and the rest of the stuff records as Google wanted, and all is working well since. On www.mydom.com I have a website, DNS and still running mail server (which basically doesn't do much). Among other things, on www.mydom.com, I hav...

Zend framework: How to detect environment(dev/prod) in code

I use Zend_Mail component in my application for sending mails via SMTP protocol. And I want to persist my messages to files when I'm in development environment(accordingly to application.ini). How can I detect in my controller action whether it is development or production/staging environment? ...

Show presence of attachment

Hi! I am developing a mailing system. Messages can have attachments. I'm asking you for an advice how can I show in a winform the presence of the attachment (its name and extention)? First thing that comes in mind is a list, which, although I could make it expanding or give it a fixed width and scroll it, takes too much space from t...

PHP mail, header and call to mail() function, what has override?

I've been struggling with low level mail in PHP and I know I should be using a library for this, but that's not an option right now. When doing mail in PHP, you can manually set additional headers, like From, Cc and Bcc, but you can also set Subject, To and a Body. When you call the function you pass the headers along to the mail() func...

How can I send e-mail in C?

I'm just wondering how can I send email using C? I Googled it a little bit, but could not find anything proper. ...

How can Block receive Email in Android?

I made Connection setting in my Emulator for Gmail Ac...It's work It shown me all the Inbox Messge. Now I want to delete coming Message from my Emulator(or Device),It remain as it is at Gmail Ac. Can any one help me. Thanx ...

Help when SMTP server hangs when sending emails from Java

I use an external mail server to send SMTP mails, this server is effectively beyond my control. A couple of times recently this mail server has had issues and it's caused my Java (Struts/Spring) app to completely hang when waiting for a reply from the mail server. I'm using the Spring org.springframework.mail.javamail.JavaMailSender t...

How do I separate multiple email addresses in cfmail

Do I use a comma or semicolon? I can't seem to find it in the live docs. I also can't seem to find any consistency looking online as some examples use a comma while others use a semicolon. Are both acceptable? ...