Page 1 of 1

Customize Registration New User Email per Member level?

PostPosted: November 16th, 2011, 1:46 pm
by raygulick
Could not find anything about this in the S2Member forum: Is it possible to have different email replies following registration for different membership levels?

Thanks for your help.

Re: Customize Registration New User Email per Member level?

PostPosted: November 16th, 2011, 1:50 pm
by Eduan
You could try this post:
viewtopic.php?f=4&t=10368

Hope this helps. :)
Also remember to report back,
otherwise you leave me worrying. ;)

Re: Customize Registration New User Email per Member level?

PostPosted: November 16th, 2011, 1:52 pm
by Bruce C
No, this currently isn't possible because s2Member's emails are sent using plain text format. If you want this to be possible, I would suggest disabling s2Member's current email system on your setup, and coding a new one.

Also, you might try altering the forms to accept HTML before you go coding a new one. Try this post viewtopic.php?f=4&t=15226 . Maybe it will accept PHP also, so that you can use conditionals?

Re: Customize Registration New User Email per Member level?

PostPosted: November 16th, 2011, 2:15 pm
by raygulick
@Eduan - Thanks for the link: that's a lot of info. Will work through it and see what I can come up with.
@Ace of Spades - Thanks. Coding a new email system is not where I want to go, if I don't have to.

Re: Customize Registration New User Email per Member level?

PostPosted: November 18th, 2011, 2:01 am
by Cristián Lávaque
Ray, that thread Eduán pointed to may have what you need.