Search Results

1
vote
3answers
240 views

Simple SMTP email validation function for php? Also, is it worth it?

Does anybody have a good function for validating email addresses by SMTP in PHP? Also, is it worth it? Will it slow down my server? --> EDIT: I am referring to something like this: …
0
votes
1answer
74 views

How to display email inbox for Gmail, Yahoo, Hotmail, AOL using Javascript?

I would like to at least display items from the email inbox. (Similar to the new Yahoo homepage) Is this possible without server-side? How does Yahoo do it? Any client-side solution …
2
votes
3answers
96 views

Is there a free/open-source equivalent of mailing list managers such as MailChimp or ConstantContact, etc..?

Hi, MailChimp is a very nicely done service, where they tell you things like %clicked, and Google Analytics of recent email campaigns. They are similar to other sites like ConstantContact …
0
votes
3answers
71 views

Is it possible to check for new Gmail emails using Javascript?

I want to know whether or not I have a new email from Gmail, but I don't want to go to Gmail all the time. Is it possible to use javascript to check if a new message has arrived? I know it …