Forum Moderators: coopster
I am trying to make a mail script that can either, securely send email to domains not existing on the local server.
OR
Connect to an external SMTP server through smtp auth and send email that way.
I have searched for documentation but caanot find any help.
Does anybody have any pointers?
Thanks,
Matt
Is it not the case that the connection would need to be done using fsockopen?
Also,
Does anyone have any examples of sending email securely (i.e protected against spammers) in php using the local mail() function?