[SOLVED] send mail by local server |
2/7/2012 6:06:07 AM |
PHPRunner General questions | |
W
wundebar author
Hi to everybody.
|
|
C
|
cgphp 2/7/2012 |
W
|
wundebar author 2/7/2012 |
Check this article: http://roshanbh.com.np/2007/12/sending-e-mail-from-localhost-in-php-in-windows-environment.html
|
W
|
wundebar author 2/7/2012 |
Hi cristian, i have already set my php.ini file, that's how it figure now :
|
![]() |
Admin 2/7/2012 |
Sure, you can display a dropdown box with email addresses and send an email to selected user. The actual code depends on what page and event you need to send email from. Assuming that dropdown box name is "email" you can access the value of that dropdown box as $values["email"] in events like BeforeAdd or BeforeEdit. |
W
|
wundebar author 2/8/2012 |
Sure, you can display a dropdown box with email addresses and send an email to selected user. The actual code depends on what page and event you need to send email from. Assuming that dropdown box name is "email" you can access the value of that dropdown box as $values["email"] in events like BeforeAdd or BeforeEdit.
|
C
|
cgphp 2/8/2012 |
error_reporting(E_STRICT); |
W
|
wundebar author 2/8/2012 |
error_reporting(E_STRICT);
|