Daniel García 
					
					3 years ago  
				
			 
		 
		
			
				
					GPG Key ID:  
		
		
		
	
		
			
				 3 changed files  with 
3 additions  and 
2 deletions 
			 
			
		 
		
			
				
					
					
					  
					src/mail.rs 
				 
			
				
					
					
					  
					src/static/templates/email/send_org_invite.hbs 
				 
			
				
					
					
					  
					src/static/templates/email/send_org_invite.html.hbs 
				 
			
		 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					
						
						
							
								 
						
						
					 
					@ -245,6 +245,7 @@ pub async fn send_invite( 
			
		
	
		
		
			
				
					             "org_id" : org_id . as_deref ( ) . unwrap_or ( "_" ) ,              "org_id" : org_id . as_deref ( ) . unwrap_or ( "_" ) ,  
			
		
	
		
		
			
				
					             "org_user_id" : org_user_id . as_deref ( ) . unwrap_or ( "_" ) ,              "org_user_id" : org_user_id . as_deref ( ) . unwrap_or ( "_" ) ,  
			
		
	
		
		
			
				
					             "email" : percent_encode ( address . as_bytes ( ) ,   NON_ALPHANUMERIC ) . to_string ( ) ,              "email" : percent_encode ( address . as_bytes ( ) ,   NON_ALPHANUMERIC ) . to_string ( ) ,  
			
		
	
		
		
			
				
					             "org_name_encoded" : percent_encode ( org_name . as_bytes ( ) ,   NON_ALPHANUMERIC ) . to_string ( ) ,  
			
		
	
		
		
			
				
					             "org_name" : org_name ,              "org_name" : org_name ,  
			
		
	
		
		
			
				
					             "token" : invite_token ,              "token" : invite_token ,  
			
		
	
		
		
			
				
					         } ) ,          } ) ,  
			
		
	
	
		
		
			
				
					
						
							
								 
						
						
						
					 
					 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					
						
						
							
								 
						
						
					 
					@ -3,7 +3,7 @@ Join {{{org_name}}} 
			
		
	
		
		
			
				
					You have been invited to join the * {{ org_name }} * organization. You have been invited to join the * {{ org_name }} * organization.  
			
		
	
		
		
			
				
					
 
			
		
	
		
		
			
				
					
 
			
		
	
		
		
			
				
					
					Click here to join:  {{ url }} /#/accept-organization/?organizationId= {{ org_id }} &organizationUserId= {{ org_user_id }} &email= {{ email }} &organizationName= {{ org_name }} &token= {{ token }} Click here to join:  {{ url }} /#/accept-organization/?organizationId= {{ org_id }} &organizationUserId= {{ org_user_id }} &email= {{ email }} &organizationName= {{ org_name_encoded  }} &token= {{ token }}  
			
				
				
			
		
	
		
		
	
		
		
			
				
					
 
			
		
	
		
		
			
				
					
 
			
		
	
		
		
			
				
					If you do not wish to join this organization, you can safely ignore this email. If you do not wish to join this organization, you can safely ignore this email.  
			
		
	
	
		
		
			
				
					
						
						
						
					 
					 
			
		
	
								
							
						
					 
					
				 
			 
		
			
			
			
			
			
			
				
				
					
						
							
								
									
	
		
		
			
				
					
						
						
							
								 
						
						
					 
					@ -9,7 +9,7 @@ Join {{{org_name}}} 
			
		
	
		
		
			
				
					   </tr>    </tr>  
			
		
	
		
		
			
				
					   <tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">    <tr style="margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">  
			
		
	
		
		
			
				
					      <td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none; text-align: center;" valign="top" align="center">       <td class="content-block" style="font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; color: #333; line-height: 25px; margin: 0; -webkit-font-smoothing: antialiased; padding: 0 0 10px; -webkit-text-size-adjust: none; text-align: center;" valign="top" align="center">  
			
		
	
		
		
			
				
					
					         <a href=" {{ url }} /#/accept-organization/?organizationId= {{ org_id }} &organizationUserId= {{ org_user_id }} &email= {{ email }} &organizationName= {{ org_name }} &token= {{ token }} "          <a href=" {{ url }} /#/accept-organization/?organizationId= {{ org_id }} &organizationUserId= {{ org_user_id }} &email= {{ email }} &organizationName= {{ org_name_encoded  }} &token= {{ token }} "  
			
				
				
			
		
	
		
		
	
		
		
			
				
					            clicktracking=off target="_blank" style="color: #ffffff; text-decoration: none; text-align: center; cursor: pointer; display: inline-block; border-radius: 5px; background-color: #3c8dbc; border-color: #3c8dbc; border-style: solid; border-width: 10px 20px; margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">             clicktracking=off target="_blank" style="color: #ffffff; text-decoration: none; text-align: center; cursor: pointer; display: inline-block; border-radius: 5px; background-color: #3c8dbc; border-color: #3c8dbc; border-style: solid; border-width: 10px 20px; margin: 0; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; box-sizing: border-box; font-size: 16px; line-height: 25px; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none;">  
			
		
	
		
		
			
				
					         Join Organization Now          Join Organization Now  
			
		
	
		
		
			
				
					         </a>          </a>