a class which will fetch all the email address and send mail
Posted: Thu Dec 31, 2009 4:38 am
db acess details:
host: localhost
username: root
password: <empty>
db name: test
id, username, password, email, create_date, status
I want you to write a class which will fetch all the email address and send an email to all of them with the following:
Subject: Hello there
Message: Hello, dare devil is knocking at your door.
i want to use smtp for sending mail in leau of using php mail().
how i can do it ..?? i will be greatly helpful if i get this class ...
host: localhost
username: root
password: <empty>
db name: test
id, username, password, email, create_date, status
I want you to write a class which will fetch all the email address and send an email to all of them with the following:
Subject: Hello there
Message: Hello, dare devil is knocking at your door.
i want to use smtp for sending mail in leau of using php mail().
how i can do it ..?? i will be greatly helpful if i get this class ...