how can I send an email including text + variables.
I tried doing this:
But it sends an email like this:
($name) has just registered, email: ($email) username: ($username) password: ($password)
I want to make that variables!!!
I tried doing this:
| Code: |
|
<?php mail('aluralma@hotmail.com','New registration for ($name)','($name) has just registered email: ($email) username: ($username) password: ($password)'); ?> |
But it sends an email like this:
($name) has just registered, email: ($email) username: ($username) password: ($password)
I want to make that variables!!!
