change email address auto welcome sends to

14 years 5 months ago #115283 by seb.slater
Replied by seb.slater on topic Re:change email address auto welcome sends to
I want to be able to immediately validate a mobile phone number given to me in sign-up.

One way I thought I could do this was by sending the password out by SMS - using an email->SMS converter with the mobile number in the body of the email.

However it seems you can't send the registration email (with password) to any email address apart from the users one(given at registration). Is that correct?

If so, how else can I verify the mobile number?

Ideally I would like a button during signup which would send a code to the mobile, and a box to enter it in - this could perhaps be on the next page?

I have created a php form which sends a random code to an email address - can I somehow embed this into the CB registration - it needs to use the mobile phone value entered in the CB signup and to validate accordingly?

I need to sort this out pretty quickly and would be very grateful for any advice and would pay if necessary.

Any other solutions welcomed. I have clickatell account.

Thanks.

Please Log in to join the conversation.

14 years 4 months ago #115911 by sungodmedia
Replied by sungodmedia on topic Re:change email address auto welcome sends to

You can of course edit the autowelcome code to CC message to another email address.

Post edited by: nant, at: 2009/10/26 17:48


I need to add a static email address as a CC to autowelcome, but can't figure out how/what code to add in cb.autowelcome.php. Do I need to add a $cc variable or can I just put the static email address directly into the script?

[code:1]case 1: // Email
$cbawNotification = new cbNotification();
$res_wemail=$cbawNotification->sendUserEmail($user->id,
$plugparams["awemailfromuserid"],
$this->aw_replaceVariables(getLangDefinition($plugparams["awemailmessagesubject"]),$user),
$this->aw_replaceVariables(getLangDefinition($plugparams["awemailmessagebody"]),$user),
$plugparams["awemailfromuserid"]); //reveal email
if (!$res_wemail) {
$this->_setErrorMSG("Auto-Welcome plugin failed to send Email welcome message"«»);
}
break;[/code:1]

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.182 seconds

Facebook Twitter LinkedIn