I
I
Ilya2015-02-14 19:37:35
CodeIgniter
Ilya, 2015-02-14 19:37:35

Sending mail via iredmail server?

Hello. There is an ubuntu server with iredmail on it. All is well, letters are sent. But a question arose. How now on ANOTHER server to send mail through the iredmail server?
PS I use codeigniter.

$config['protocol'] = 'smtp';
    $config['smtp_host'] = 'mail.server.co';
    $config['smtp_user'] = 'email';
    $config['smtp_pass'] = 'pass';
    $config['smtp_port'] = '443';
    $config['charset'] = 'utf-8';
    $config['wordwrap'] = TRUE;

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Ergil Osin, 2015-02-14
@Ernillew

iredmail is some kind of garbage for those who do not know how to set up mail servers, as far as you can see from their site. In fact, postfix acts as an smtp server there. Here is a postfix and configure, read what a relay host is and everything else. Or, hire a specialist.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question