Hi all gurus here, I have a send mail problem need to solve urgently by using phpmailer.
I had built an notify message to users to inform them whenever their submission of form has been sent successfully, there is an url link for the user to allows them to click and direct open for review of what they had submitted.
Here comes a problem, I want the link to send to our admin too (which I use AddBCC() to add admin email, and send with user email concurrently) so that admin can check what the user has been submitted and do some task, but the link for admin is different from the user, how can phpmailer manage to define the different link in the message body to send either users or an admin?
Thanks!!!