Custom email template

  • Adam Murin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 7 months ago #87477 by Adam Murin
Custom email template was created by Adam Murin
I would like to use custom HTML email templates for Membership Pro notification emails (new subscription, renewal, upgrade etc.) Is it possible?

Thanks

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #87479 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Custom email template
Hi Adam

Yes. it is possible. You can simply go to Membership Pro -> Emails & messages, find the email messages and change it to meet your need

Membership Pro is even more flexible than that. Each subscription plan can have it own email messages and if you enter these messages for the plan, it will override the default emails messages of the component

Tuan

Please Log in or Create an account to join the conversation.

  • Adam Murin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 7 months ago #87485 by Adam Murin
Replied by Adam Murin on topic Custom email template
Hi Tuan,

thanks for quick reply. For some reason I wasn't able to save my custom HTML in the editor. Now it's working just fine.

Please Log in or Create an account to join the conversation.

  • Adam Murin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 7 months ago #87487 by Adam Murin
Replied by Adam Murin on topic Custom email template
One more question, is it possible to edit <head> section of the email template? I just need to apply one update for all the templates.

Thanks.

Please Log in or Create an account to join the conversation.

More
8 years 7 months ago #87512 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Custom email template
Hi Adam

Sorry, I don't understand your last question. What's the <head> section of the email template?

Please let me know so that I can look at it and give you the answer

Tuan

Please Log in or Create an account to join the conversation.

  • Adam Murin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 7 months ago #87516 by Adam Murin
Replied by Adam Murin on topic Custom email template
My email template generated with Mailchimp has similar structure as any HTML page, consisting of <head> and <body> sections. I need to include the <style> tag in the head of the emails that are sent by Membership Pro.

Please see the template example attached.

Thanks.

Adam
Attachments:

Please Log in or Create an account to join the conversation.

  • Adam Murin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
8 years 7 months ago #87519 by Adam Murin
Replied by Adam Murin on topic Custom email template
Ok I think its solved, but need a bit more testing.

I used this tool to put most of the style inline. Media queries cant be inlined, so I wrap them in <style scoped></style> tags. That can be placed directly in the body (content) of the email.

Please Log in or Create an account to join the conversation.