Hello everyone,
Sorry, don't remember who exactly needed this functionality. My class
is finally ready and approved by the site admins)
http://www.phpclasses.org/package/6128
--
With best regards from Ukraine,
Andre
Http://oire.org/ - The Fantasy blogs of Oire
Skype: Francophile; Wlm&MSN: arthael
On 02/23/2010 01:16 AM, Andre Polykanine wrote:
Hello everyone,
I've just subscribed to the list, and I already have a question.
what I need to do is to send mail using sockets. Actually, the
built-in Mail() function is great and I wouldn't have to search for
something else if I didn't need more
; Jabber: arthaelon @
jabber.org
Yahoo! messenger: andre.polykanine; ICQ: 191749952
Twitter: m_elensule
- Original message -
From: Rene Veerman
To: Andre Polykanine
Date: Tuesday, February 23, 2010, 2:58:41 AM
Subject: [PHP] Sending e-mail via socket
have you tried mail() with a large bcc h
Paul M Foster wrote:
> Second, you're doing this socket operation as though it's a static
> one-sided conversation. I'm not an expert, but SMTP conversations
> don't normally work this way. You issue the HELO, wait for the
> response, issue other commands, wait for the response, etc. The way
> you
Andre Polykanine wrote:
> Hello everyone,
> I've just subscribed to the list, and I already have a question.
> what I need to do is to send mail using sockets. Actually, the
> built-in Mail() function is great and I wouldn't have to search for
> something else if I didn't need more than one messag
On Tue, Feb 23, 2010 at 02:16:24AM +0200, Andre Polykanine wrote:
> Hello everyone,
> I've just subscribed to the list, and I already have a question.
> what I need to do is to send mail using sockets. Actually, the
> built-in Mail() function is great and I wouldn't have to search for
> something
have you tried mail() with a large bcc header?
On Tue, Feb 23, 2010 at 1:16 AM, Andre Polykanine wrote:
> Hello everyone,
> I've just subscribed to the list, and I already have a question.
> what I need to do is to send mail using sockets. Actually, the
> built-in Mail() function is great and I w
Hello everyone,
I've just subscribed to the list, and I already have a question.
what I need to do is to send mail using sockets. Actually, the
built-in Mail() function is great and I wouldn't have to search for
something else if I didn't need more than one message to be sent at a
time. Say, I have
Also, try to use a local email address first. Possibly it gets sent, but
the remote server blocks the email as spam. You can check that by having
the email sent to your local user, and check if it arrives there.
HTH
On Mon, 04 Dec 2006 16:53:19 +0100, Jochem Maas wrote:
> Janet Smith wrote:
>>
On Mon, December 4, 2006 8:11 am, Janet Smith wrote:
> We have an application using PHP. If users have forgotten their
> password, they click on the link 'Forgot Password' and enter this
> e-mail
> address. This is suppose to send their new password to the e-mail
> address provided.
Errr.
So if I
Janet Smith wrote:
> I wasn't really sure where to start looking, but I think I have enough
> information that I can go and look at how we have things set up. I will
> try to provide more information as I find it.
chances are that the following function is being used.
http://php.net/mail
you sh
I wasn't really sure where to start looking, but I think I have enough
information that I can go and look at how we have things set up. I will
try to provide more information as I find it.
Thanks
>>> Jochem Maas <[EMAIL PROTECTED]> 12/4/2006 10:42 AM >>>
Janet Smith wrote:
> We have an applicati
Janet Smith wrote:
> We have an application using PHP. If users have forgotten their
> password, they click on the link 'Forgot Password' and enter this e-mail
> address. This is suppose to send their new password to the e-mail
> address provided. We can not get the e-mail to be sent. I have change
Without any error messages it will be hard to resolve..
Try to provide some more information about the problem.
On Mon, 04 Dec 2006 09:11:05 -0500, "Janet Smith" <[EMAIL PROTECTED]> wrote:
> We have an application using PHP. If users have forgotten their
> password, they click on the link 'Forgot
We have an application using PHP. If users have forgotten their
password, they click on the link 'Forgot Password' and enter this e-mail
address. This is suppose to send their new password to the e-mail
address provided. We can not get the e-mail to be sent. I have changed
the php.ini file to inclu
On Thu, October 27, 2005 5:04 am, Cabbar Duzayak wrote:
> When someone sends an e-mail using php, exim sets the following 2
> headers (along with others of course):
>
> Received: from x.x.x.x (EHLO host.mydomain.com) (x.x.x.x) by
> mta151.mail.dcn.yahoo.com with SMTP; Wed, 24 Sep 2005 10:29:04
Hi,
When someone sends an e-mail using php, exim sets the following 2
headers (along with others of course):
Received:from x.x.x.x (EHLO host.mydomain.com) (x.x.x.x) by
mta151.mail.dcn.yahoo.com with SMTP; Wed, 24 Sep 2005 10:29:04 -0700
Received: from by host.mydomain.com with lo
Fellow PHP'ers,
Does anyone know how can I send an digitally signed e-mail using PHP? I need
to get a Verisign or Thawte e-mail certificate and use it to sign the
messages I send from PHP. I am not quite sure but I think those certificates
are x509. PGP or GPG aren't options and I need the certifi
nal Message -
From: "Scott Fletcher" <[EMAIL PROTECTED]>
To: <>
Sent: Thursday, February 13, 2003 11:32 AM
Subject: [PHP] sending e-mail with 'Bcc:' and 'Cc:' not working
I'm a little puzzled on why does either of these two, 'Bcc' a
I'm a little puzzled on why does either of these two, 'Bcc' and 'Cc' not
work when I had successfully send the e-mail. My best guess is that I need
additional header, if so then what are the required header needed to make
this 'Bcc' and 'Cc' work?
Here's the Internet Header from the " To: " e-ma
On Tue, Jun 26, 2001 at 12:13:28PM -0700, Richard Kurth wrote:
> I have a function that is for sending an e-mail to the customer
This is probably where your problem is. $hostname, $domain, $tld,
and $fullname have to be defined in the function. Try echoing them
inside of the function. You shou
I have a function that is for sending an e-mail to the customer
the messages is stored in a mysql table. Then when the function is
called it pulls the data into the mail program. My problem is this
in the data that is stored in the table the data looks like this
"Your webhosting account at $hostna
> $subject =$row["msub"]; //"Your webhosting account at
> $hostname.$domain$tld";
> $message .= $row["mline1"]; //"Dear $fullname,\n";
>
> $message .= $row["mline2"];//"Your webhosting account has been
> created. Please use the\n";
> $message .= $row["mline3"];//"following data to log in:\n";
> No
I have a function that is for sending an e-mail to the customer
the messages is stored in a mysql table. Then when the function is
called it pulls the data into the mail program. My problem is this
in the data that is stored in the table the data looks like this
"Your webhosting account at $hostna
24 matches
Mail list logo