Is it possible to choose you own SMTP server with the PHP mail() command?
Not that i know of because it uses SendMail so it will do an MX lookup and drop the mail directly
Hi,
search the code snippets on this site for mail-classes (like MIME-Mail). Using them you will be able to use another SMTP-Host. Best regards,
King Louie