![]() |
Paid Subscriptions - Email Confirmation
Does anybody know if it is possible to configure a paid subscription so that after subscription confirmation the user receives an email confirming everything is setup and ready to go?
|
Make a new plugin, with hook location "paidsub_build".
For the title, enter anything. For the code, enter: vbmail_start(); $useremail = "$user[email]"; $subsubject = "TalkBass Subscription Processed"; $adminmessage = "Dear $user[username], \n\nThank you for your donation! ETC ETC ETC ETC ETC ETC"; vbmail($useremail, $subsubject, $adminmessage); vbmail_end(); This will send an email out to the user upon completion of their subscription processing. |
All times are GMT. The time now is 02:43 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|