Send email to admin on dg subscriptionon dg subscription
This commit is contained in:
		
					parent
					
						
							
								051408e134
							
						
					
				
			
			
				commit
				
					
						7b8301f143
					
				
			
		
					 1 changed files with 12 additions and 0 deletions
				
			
		|  | @ -492,6 +492,18 @@ class MembershipPaymentView(LoginRequiredMixin, IsNotMemberMixin, FormView): | |||
|                 'membership_dates': membership.type.first_month_formated_range | ||||
|             }) | ||||
| 
 | ||||
|             email_to_admin_data = { | ||||
|                 'subject': "New Digital Glarus subscription: {user}".format( | ||||
|                     user=self.request.user.email | ||||
|                 ), | ||||
|                 'from_email': 'info@digitalglarus.ch', | ||||
|                 'to': ['info@ungleich.ch'], | ||||
|                 'body': "\n".join( | ||||
|                     ["%s=%s" % (k, v) for (k, v) in | ||||
|                      order_data.items()]), | ||||
|             } | ||||
|             send_plain_email_task.delay(email_to_admin_data) | ||||
| 
 | ||||
|             context = { | ||||
|                 'membership': membership, | ||||
|                 'order': membership_order, | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue