Which mail protocol should I use, and are there any necessary credentials or settings?
There are a few ways to do this, but in each case you will need to authenticate to the mail server. Essentially, your script will need to pass the full email address as the username, and the password, before mail will be sent.
You must be Logged In to post an Answer.
Not a member yet? Sign Up Now »
Answer #1
There are a few ways to do this, but in each case you will need to authenticate to the mail server. Essentially, your script will need to pass the full email address as the username, and the password, before mail will be sent.