សំរាប់ជារៀងរាល់ពេលធ្វើការចុះឈ្មោះ ទៅនិងប្រពន្ធ័និមួយៗ។ ដើម្បីបញ្ចាក់ថា ម៉ែលដែលអ្នកចុះឈ្មោះនោះ ជាមែលដែលពិតប្រាកដ គេមាន វិធីច្រើនក្នុងការគ្រប់គ្រង តែអី្វដែលនិយម គឺ ធ្វើតាម Email Verification។ ខាងក្រោមនេះ នឹងរៀបរាប់ពីការ Config លើ Mail server Localhost។
- ទាញយក ឧទាហរណ៍ registeration with Comfirmation.php ឬ
- ទាញយក send mail.php
- Server sendmail ទាញយក ។
ខាងក្រោមនេះ ជាការ Config ដើម្បីអោយមានដំណើរការ៖
- ក្នុង sendmail.ini
[sendmail]
smtp_server=smtp.gmail.com
smtp_port=465
smtp_ssl=ssl
default_domain=localhost
error_logfile=error.log
auth_username=noreply@gmail.com
auth_password=*********
pop3_server=
pop3_username=
pop3_password=
force_sender=noreply@gmail.com
force_recipient=
hostname=localhost
- Config php.ini ក្នុង Apache និង PHP (C:\wamp\bin\apache\apache2.4.9\bin)
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP =
; http://php.net/smtp-port
;smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = you@yourdomain
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path ="C:\wamp\sendmail\sendmail.exe -t -i"
- Config Apache Modules
- Check on ssl_module
- Config php extendsions
- Check on php_openssl
- Check on php_sockets
- ចំណាំ បើមិនទាន់ដើរ
- Right click on sendmail.exe
- Properties
- Compatibility
- Change the configuration for all users
- Execute as Windows XP SP 3
- Execute as adminitrator
- ទៅគេហទំព័រនេះ ដែលបានចូលជា Account ចង់ផ្ញើទៅគេនោះ http://www.google.com/settings/security/lesssecureapps
- ចុចលើ Turn on
- ចូលទៅកាន់ Settings របស់ Gmail Account
- Forwarding and POP/IMAP
- IMAP Access: Enable
បន្ទាប់ពីនោះ ធ្វើការ Restart All Services ក្នុង Wamp server របស់អ្នក។
No comments:
Post a Comment
សូមមានយោបល់ខាងក្រោមនេះ៖