We ask all members for an email address so that we can send them notifications about their carpooling plans. BlaBlaCar has an internal message system that members use to communicate with each other, so the only emails you will ever receive will be from BlaBlaCar, and you run no risk of ever getting spam.
Why an email address is required on BlaBlaCar
Didn't find what you're looking for? Contact us.
Was this article helpful?
17 out of 32 found this helpful
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <% if (isMobileDevice() && previousArticle.title.length > 22) { %> <%= previousArticle.title.substring(0, 22) %>... <% } else { %> <%= previousArticle.title %> <% } %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <% if (isMobileDevice() && nextArticle.title.length > 22) { %> <%= nextArticle.title.substring(0, 22) %>... <% } else { %> <%= nextArticle.title %> <% } %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>