[PHP] Email advice

2003-04-02 Thread Tony Burgess
Hi everyone! Just wanted to know what the best way to deal with a system that makes use of lots of emails. The application itself creates emails using php mail() function, but I recall reading that this was not necessarily the best way to do this if sending lots of emails. Any suggestions or

Re: [PHP] Email advice

2003-04-02 Thread Burhan Khalid
Tony Burgess wrote: Just wanted to know what the best way to deal with a system that makes use of lots of emails. The application itself creates emails using php mail() function, but I recall reading that this was not necessarily the best way to do this if sending lots of emails. Any suggestions