HELP PLEASE ON EMAIL CONFIRMATION

anybody  knows how to create a sendmail and a confirmation scripts for newly registered user?

hi sardscreed,

you may take a look at the mailer extension which could fit your requirements. It seems to work well and easy to use.

http://www.yiiframew…tension/mailer/

Hope this helps

8)

could you teach me how to use that extension? please…

it wont work on mine…

Hi,

in your controller`s action put code from http://www.yiiframew…ion/mailer/#doc

And here http://phpmailer.cod…p?pg=tutorial#1 you have some information how to use phpmailer.

could anyone help me what smtp host fits form this kind of maile?

Hi,

Can you post the code that you have a problem?

mail() [<a href='function.mail'>function.mail</a>]: Failed to connect to mailserver at &quot;localhost&quot; port 25, verify your &quot;SMTP&quot; and &quot;smtp_port&quot; setting in php.ini or use ini_set()

how can i setup my host for smtp purpose?

how can i can configure the sample yii contact page to send mail…

Hi,

you have to have installed mail server. e.g. sendmail, postfix or in windows hMailServer

tnx for d suggestions…