So I'm trying to configure my php.ini file so that the php mail function connects to smtp.gmail.com under my gmail account (using values I found in the database of my phpbb3 forum because I can use my gmail account alright through that but I need it to work site-wide and not just the forums) and I just can't get it to work no matter what I do. In exchange for your help, I will offer 50 Frih$. here is what I have. please edit it so that it will work (if possible):
| Code: |
| ;;;;;;;;;;;;;;;;;;;
; Module Settings ; ;;;;;;;;;;;;;;;;;;; [Syslog] ; Whether or not to define the various syslog variables (e.g. $LOG_PID, ; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In ; runtime, you can define these variables by calling define_syslog_variables(). define_syslog_variables = Off [mail function] ; For Win32 only. SMTP = smtp.gmail.com smtp_port = 465 smtp_auth_method = LOGIN smtp_username = evilwithin10@gmail.com smtp_password = <password> |
