hello
i try to defined a mail server gmail for contact form
and got this error
any one can assume why?
Property "CWebApplication.mail" is not defined.
Property "CWebApplication.mail" is not defined.
C:\xampp\htdocs\yii\framework\base\CModule.php(483)
471 }
472 }
473
474 /**
475 * Configures the module with the specified configuration.
476 * @param array $config the configuration array
477 */
478 public function configure($config)
479 {
480 if(is_array($config))
481 {
482 foreach($config as $key=>$value)
483 $this->$key=$value;
484 }
485 }
486
487 /**
488 * Loads static application components.
489 */
490 protected function preloadComponents()
491 {
492 foreach($this->preload as $id)
493 $this->getComponent($id);
494 }
495
Page 1 of 1
Property "cwebapplication.mail" Is Not Defined. Property "CWebApplication.mail" is not defined.
#2
Posted 03 October 2012 - 04:56 AM
It's saying that you've created a config entry with the key 'mail', which isn't valid because it's not a property of CWebApplication.
Try something like this:
http://allenprogram....-via-gmail.html
Try something like this:
http://allenprogram....-via-gmail.html
#3
Posted 03 October 2012 - 05:23 AM
hi tnx for reply
but i think its not help me here
i have the page of contact form, from the web application
i just need to get the mail from senders who try to send me mails.
but i think its not help me here
i have the page of contact form, from the web application
i just need to get the mail from senders who try to send me mails.
#5
Posted 03 October 2012 - 08:56 AM
You can also try MailChimp Mandrill. It is very easy to integrate with an Yii application.
It is free for up to 12k emails per month.
It is free for up to 12k emails per month.
Rodrigo Coelho
Check my extension
giix: a code generator for Yii.
The complete beginner's study guide for the Yii Framework
Check my extension
giix: a code generator for Yii.

The complete beginner's study guide for the Yii Framework
Share this topic:
Page 1 of 1

Help












