Author Topic: Sending link with "Send E-mail to Admin" Item?  (Read 2579 times)

Offline MrApples

Sending link with "Send E-mail to Admin" Item?
« on: November 13, 2006, 04:33:18 am »
Is there anyway I can add in a link to directly send a private message to the member which purchases the "SendE-mailToAdmin" item? When they use this item I need to generate a code and send it back to them.

Also is there a way to change the sending e-mail, I don't want to rely on someone else's for this to work.

Offline feeble

Re: Sending link with "Send E-mail to Admin" Item?
« Reply #1 on: November 13, 2006, 12:04:02 pm »
use the sendpm function after the items is used.

http://www.simplemachines.org/community/index.php?topic=21708.0
has a good example to it.


Offline MrApples

Re: Sending link with "Send E-mail to Admin" Item?
« Reply #2 on: November 25, 2006, 08:38:55 am »
Not send a private message, but a link to send a private message.

Also I am not good enough with PHP in order to custom code something like that..

Offline JRSofty

Re: Sending link with "Send E-mail to Admin" Item?
« Reply #3 on: December 08, 2006, 03:08:48 pm »
Just to clarify what you are looking for

 you want to send an email with a generated (not static) link for some sort of Authentication item?