PDA

Click to See Complete Forum and Search --> : php and mail


sail3005
Oct 13th, 2001, 02:28 PM
what does php use to send email?

ttlai
Oct 13th, 2001, 06:57 PM
There's a Mail() function - if that's what your asking about. I don't know the nitty gritty of how it works though.

sail3005
Oct 13th, 2001, 07:13 PM
thanks for the reply. i think i figured out it though. i was acutally wondering about the nitty gritty stuff of how it is sent, and i found that you need a smtp server installed.

scoutt
Oct 13th, 2001, 11:27 PM
or point you IIS to your email at you ISP. so it would be mail.yourISP.com or something like that

sail3005
Oct 14th, 2001, 01:14 PM
k, thansk. i'll look into it.