PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hello everybody
I wanna know how can I send Emails using external SMTP server that requires password.
Without editing php.ini file and without using any classes/pear.
Just Using the mail() function
tecktalkcm0391 wrote:no, but you can use swiftmailer: viewtopic.php?t=56625
it better using swiftmailer, than mail anyway because mail() uses bandwidth
feyd wrote:It's technically possible without classes
I just wanna know how I can Do It
do I need to Use socket_write() on a that SMTP server on port 25 or 9000
But what arguments to pass in socket_write() (Thats whats the format to pass arguments through socket_write() on a smtp server)