Seafarers' Advice & Information Line (SAIL)

Seafarers' Advice & Information Line (SAIL)


Not yet followed by anyone

SAIL_logo.jpg

Charity Number: 1064404

Address: 30 King William Walk, Greenwich, London

Postcode: SE10 9HU

Phone: 0800 160 1842

Website:  www.sailine.org.uk 

Email: advice@sailine.org.uk

 

Summary: Seafarers' Advice and Information Line (SAIL) is a free advice service for seafarers across the UK. It is part of Citizens Advice. We provide phone and email advice on a wide range of issues. If you’ve ever worked as a fisherman, then we can help you and your dependants.

Problems with money: Whether it’s a period of illness, loss of your job or a sudden unexpected bill, it’s easy to let your financial situation get out of control. So if you’re feeling the weight of your debt or just want some budgeting help, give us a call.

Debt advice at SAIL:  All our advisers are fully trained to give debt advice and help you find the best way out of your money problems. In fact SAIL’s got a specialist quality mark for debt advice so you’re in safe hands. The law about debt in Scotland is very different to the rest of the UK. We can help.

We now have a caseworker specialising in the issues facing working fishermen. They can help you in many areas including these:

Benefits:

  • If you are struggling on a low income we can check if there are any benefits you could qualify for.
  • We can advise you on what you can claim if you’re unable to work due to health problems.
  • If you are unhappy with the outcome of your benefit application we can help with the appeal process.

Debt:

  • If you are behind with bills or struggling to afford to pay the people you owe money to, we can help you understand your options and start budgeting.
  • SAIL can give you advice if you are in arrears with Income Tax or National Insurance.

Housing:

  • If you are facing eviction or being made homeless, we can talk you through your options.

Charitable Grants:

  • SAIL doesn’t award grants itself but we can help you with the process of applying for financial help.

Our caseworker specialising in working fishermen is funded by The Seafarers' Charity.

Some tips when you’re having money worries

- Don’t ignore the problem as it will probably get worse

- Do get help, but

- Don’t ever pay for debt advice

- Do get all your statements together so you know your situation

- Do keep speaking to your creditors

- Do deal with the most important debts first — rent & mortgage arrears, utility & council tax debts, court fines

To contact us please phone our helpline on 0800 160 1842 or click on the following link: Contact Form

The legal bit
SAIL is regulated for debt advice by the Financial Conduct Authority (FRN617616). If you’re not happy with our advice you can request a complaint form which can be posted or emailed to you. 

 

    • Related Articles

    • The Safety Net

      THE SAFETY NET FOR ALL UK SEAFARERS A one-stop-shop providing bespoke information and support for all UK seafarers and their families on personal savings, money management, credit choices, debt advice, and relationship and mental health support. ...
    • Turn2Us

      Website: www.turn2us.org.uk Helpline: 0808 802 2000 (open Monday-Fridays 9am to 5pm) Summary: Turn2Us is a national charity providing practical help to people who are struggling financially. The site contains a Benefits Calculator which allows you to ...
    • Energy Support and Advice UK - Facebook group

      Website: www.facebook.com/groups/966754150512356/ Summary: This Facebook group is run by consumers for consumers. Originally created by Gemma Hatvani in 2020 it aims to educate, support and advise as many people as possible - using consumers own ...
    • Liverpool Seafarers Centre

      Contact Details Website: https://liverpoolseafarerscentre.org/ Address: Liverpool Seafarers Centre, 20 Crosby Road South, Liverpool, L22 1RQ, United Kingdom. UK Telephone: 0300 800 8080. International Telephone: +44 300 800 8080. Email: ...
    • Turn2us

      Contact details Website: https://www.turn2us.org.uk/ Benefits Calculator: https://benefits-calculator.turn2us.org.uk/ Grants Search: https://grants-search.turn2us.org.uk/ PIP Helper: https://pip.turn2us.org.uk/ Contact page: Available through the ...
    (function () { 'use strict'; // Only run on the KB root page if (!/\/kb\/seafarer-support\/?$/.test(window.location.pathname)) return; var CATEGORY_ID = '233149000000358041'; var MAX_WAIT_MS = 10000; var POLL_INTERVAL_MS = 200; var elapsed = 0; function getStore() { if (window.reduxStore) return window.reduxStore; if (window._store) return window._store; var all = document.querySelectorAll('*'); for (var i = 0; i < all.length; i++) { var keys = Object.keys(all[i]); for (var j = 0; j < keys.length; j++) { if (keys[j].indexOf('__reactContainer') === 0) { try { return all[i][keys[j]].child.memoizedProps.store; } catch (e) {} } } } return null; } function getPortalId() { var resources = window.performance.getEntriesByType('resource'); for (var i = 0; i < resources.length; i++) { var m = resources[i].name.match(/portalId=([^&]+)/); if (m) return m[1]; } return null; } var timer = setInterval(function () { elapsed += POLL_INTERVAL_MS; if (elapsed > MAX_WAIT_MS) { clearInterval(timer); return; } var store = getStore(); if (!store) return; var kb = store.getState().KBUIState; if (!kb || !kb.subCategoryWithArticles || kb.subCategoryWithArticles.length === 0) return; if (!kb.isNext) { clearInterval(timer); return; } clearInterval(timer); var portalId = getPortalId(); if (!portalId) return; var base = window.location.origin + '/portal/api/kbCategory/' + CATEGORY_ID + '/articles?portalId=' + portalId; Promise.all([ fetch(base + '&from=1&limit=9').then(function (r) { return r.json(); }), fetch(base + '&from=10&limit=9').then(function (r) { return r.json(); }) ]).then(function (results) { var sections = Object.values(results[0].data).concat(Object.values(results[1].data)); if (!sections.length) return; store.dispatch({ type: 'KB_SUB_CATEGORIES_WITH_ARTICLES_BY_CATEGORY_SUCCESS', data: { list: sections, categoryId: CATEGORY_ID, isNext: false, page: 1 } }); }).catch(function () {}); }, POLL_INTERVAL_MS); })();