---
title: "smtp fel i phpBB"
type: "forum-thread"
url: "https://www.webforum.nu/amne/php/118190-smtp-fel-i-phpbb"
topic: "PHP"
topic_url: "https://www.webforum.nu/amne/php"
author: "voigtann1"
published: "2004-12-16T20:09:13.000Z"
updated: "2004-12-16T20:09:13.000Z"
replies: 0
views: 278
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/php/118190-smtp-fel-i-phpbb"
---

# smtp fel i phpBB

## #1 — voigtann1, 2004-12-16T20:09Z

Med tanken av att jag har noll koll hur php fungera och behöver lite snabb hjälp med ett problem med phpBB forumet.

När jag försöker registerar någon på forumet får jag 

> Warning: fsockopen(): unable to connect to mail1.telia.com:25 in D:\\voigtan\\4insats.com\\phpBB\\includes\\smtp.php on line 109 
>   
>  Warning: Cannot modify header information - headers already sent by (output started at D:\\voigtan\\4insats.com\\phpBB\\includes\\smtp.php:109) in D:\\voigtan\\4insats.com\\phpBB\\includes\\page_header.php on line 479 
>   
>  Warning: Cannot modify header information - headers already sent by (output started at D:\\voigtan\\4insats.com\\phpBB\\includes\\smtp.php:109) in D:\\voigtan\\4insats.com\\phpBB\\includes\\page_header.php on line 481 
>   
>  Warning: Cannot modify header information - headers already sent by (output started at D:\\voigtan\\4insats.com\\phpBB\\includes\\smtp.php:109) in D:\\voigtan\\4insats.com\\phpBB\\includes\\page_header.php on line 482

jag har inte ändrat något på dessa filer bara skrivit att den skulle använda mail1.telia.com smtp server... provade ta bort smtp utskicken men då får jag:
DEBUG MODE

Line : 234
File : D:\\voigtan\\4insats.com\\phpBB\\includes\\emailer.php

raden lyder:

```php
			message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
```

Permalänk: https://www.webforum.nu/p/118190

---

Tråden på webben: https://www.webforum.nu/amne/php/118190-smtp-fel-i-phpbb
