I want to use the mail function to send out automated emails once an user has filled out some forms to different parties. But, my pop3 mail server requires a login and password. I didnt see in the documentation from php.net anywhere about setting the password and login. I set the server in my php.ini file. I did read that i might need to do socket programming and have a direct connection with the mail server but this seems like a very difficult thing to do. I know with other command line mailers that you can fill in the login, password, and server from the execution line? am i just missing something or do i have to do socket programming. and if i do socket programming how hard is it? o, i just realize i can do exec from php to run a command line mailer... i guess that would be another resort but i really like to mail it from the php mailer if possible to minimize installation on the eventual server of the website i am building.
O.o" i wrote a lot