Showing posts with label email. Show all posts
Showing posts with label email. Show all posts

Monday, June 4, 2012

Validate email address in Javascript?


How can an email address be validated in Javascript?



Though this solution may be simple, I'm sure this is one of those useful things that people will be Googling for and deserves its own entry on the site

Sunday, June 3, 2012

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 email API. I don't want to use the following code because it will exit my application:

Wednesday, May 16, 2012

Incoming email to PHP: need to write attachments to web directory


I have a PHP script that is accepting all emails (wildcard) to my domain, and inserting the data into MySQL.

Wednesday, April 25, 2012

Email Tracking - GMail


I am creating my own email tracking system for email marketing tracking. I have been able to determine each persons email client they are using by using the http referrer but for some reason GMAIL does not send a HTTP_REFERRER at all!

Monday, March 5, 2012

SQLlite Android. Managing data


Hi friends. I'll tell you the aim of this part of my app. I've got a SQLite dB which has 3 columns. First is "Quantity", Second is "Product" and third is "Price". Well, what i want to do is to get the whole dB and send it by email. This is what i have right now:

SQLlite Android. Managing data


Hi friends. I'll tell you the aim of this part of my app. I've got a SQLite dB which has 3 columns. First is "Quantity", Second is "Product" and third is "Price". Well, what i want to do is to get the whole dB and send it by email. This is what i have right now:

Friday, February 10, 2012

Registration blanket, database, info, wordpress, mySQL, e-mail


I'm making websites for a company where users have to "register" with names and a lot of different information to attend the event. (It's a video-event - info would be name, e-mail etc.)

Monday, January 30, 2012

AS3 to PHP - mail() function


When I click on send the textbox displays 'sending....' with no change. I'm very sure that this was working before, but the client has noticed it not working recently. I can't find the problem, please help.

Tuesday, January 17, 2012

Use SMTP Protocol in iphone programming


i am using SMTP protocol for sending mail from my iphone app. but i am not clear about the functionality.

Monday, January 16, 2012

PHP from quotation mark output


I use a similar form on a regular basis and have just become aware that whenever a single OR double quotation mark is inputted into the form the output to myself (through email) displays the quotation mark as the ASCII code so \' with a backslash ive looked around and dipped into unique character encodings specialentities but cant seem to find anything that will help output it as a normal quotation mark.

Friday, January 13, 2012

SMTP or PHP mail on VPS ( Or Physical Severs) - A Social Networking site


I am developing a social networking site. It has functionality like user registration, people exchanging messages and sending email notifications for people's actions (and many more).