(mt) php email send
(mt) php email send
Out of context: Reply #3
- Started
- Last post
- 4 Responses
- stupidresponse0
the php.ini file should have the path to sendmail. when you use the mail function, you pass the smtp server name along with a username and password and auth type. with mediatemple your outgoing mailserver is mail.yourdomain.com. find an existing mail class, it will make your life easier.