what is best way to send email from PHP using server authantication.
Userid & Password & outgoing mail server...
Thanks
what is best way to send email from PHP using server authantication.
Userid & Password & outgoing mail server...
Thanks
The simple answer is to use a library like one of the following:
One of many ways, it really depends how your scripts works. More info would be helpful. But you could just create a method that accepts the userid and password, validate the user against your database, and, if true send the email.