[PHP] Re: E-Mail Verification - Yes, I know....

2009-04-29 Thread Al
Jay Blanchard wrote: Our company wants to do e-mail verification and does not want to use the requests / response method (clicking a link in the e-mail to verify the address), which as we all know is the only way you can be truly sure. I found this; http://verify-email.org/ Which seems to be

[PHP] Re: E-Mail Verification - Yes, I know....

2009-04-28 Thread Manuel Lemos
Hello, on 04/28/2009 12:40 PM Jay Blanchard said the following: > Our company wants to do e-mail verification and does not want to use the > requests / response method (clicking a link in the e-mail to verify the > address), which as we all know is the only way you can be truly sure. I > found thi

[PHP] Re: E-Mail Attachment Filename Encoding Problem

2009-02-16 Thread Manuel Lemos
Hello, on 02/16/2009 06:19 AM Edmund Hertle said the following: > my problem is that I send an e-mail with an attachment (pdf file). I get the > filename out of a mysql table. While using echo or downloading the file, the > filename is showed as expected but as an attachment it is not properly > e

[PHP] Re: E-Mail

2005-09-18 Thread John Taylor-Johnston
Show me your example.. I think you have to assign your smtp server in your php.ini too. All PTC wrote: Hi, Ive recently installed the php script on my website. It all works perfectly well except e-mails don't get through. E-mails don't ever get sent to new members, and when I try sending mess

[PHP] Re: E-mail account security warning.

2004-03-17 Thread Serban Gh. Ghita
I guess this is a hoax or spam. Serban <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Dear user of e-mail server "Php.net", > > Your e-mail account will be disabled because of improper using in next > three days, if you are still wishing to use it, please, resign your > acco

[PHP] Re: E-mail Gateway

2003-11-18 Thread Brian M McGarvie
> 2) Create a script where mail can be piped to. This is a method that I > have used previously with a cgi app called PerlDesk. In answer to Point 2... If you are in a position to edit your 'aliases file' you can feed email to a program using PHP quite easily. I am doing it and works quite well.

[PHP] Re: E-mail redirection....?

2003-01-10 Thread David Chamberlin
You might see if your server is running procmail. If it is, then you can have your .procmailrc file auto-generated from PHP, and then procmail will do all the forwarding for you. The procmail recipe will be pretty simple for what you want (e.g.,) # user_id -> [EMAIL PROTECTED] :0 * ^TO([EMAIL

[PHP] Re: E-mail a submit

2002-09-10 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Chuck \"Pup\" Payne) says... > Hi, > > Is there a way that when someone add a submit or edits a record that I can > have my php page e-mail that record? And is hard to do? > > Chuck Payne Yes. No. See mail() -- David Robley Temporary Kiwi!

[PHP] Re: e-mail to mysql database?

2002-08-12 Thread Jome
> In Short: What I need is a php script that reads an email file and split its > data to a mysql file. > A bit longer if you are still interested > > For the following project: > http://www.crossing-africa.com, a journey I am going to make on a bike. > What are the plans: > > I am taking a sat