hi,
every thing went fine people can register and they get confirmation mail. since i purchased premium licence. no one is getting any mails in there mailbox. i know a bit php so i tested the issue.
i found following responsible for sending emails.
/inc/utils.inc.php
and this function // Talking about 7.3 only
line no. 409 >> function sendMail($sRecipientEmail, $sMailSubject, $sMailBody, $iRecipientID = 0, $aPlus = array(), $sEmailFlag = 'html' )
Line No. 434 >> $iSendingResult = mail( $sRecipientEmail, $sMailSubject, $sMailBody, $sMailHeader, $sMailParameters );
this is actually sending mails for us using php mail function.
the problem is $sRecipientEmail is blank or no value, i dont know why. if i use 'nishant@mymail.com' it sends mail to me without ant problem.
i want you experts to let me know how i can trace whats coming in this variable. i am stuck.
help needed.
i tried to alert it too but didn't helped.
Thanks
Nishant
www.slambook.in