Jump to content
[MUST READ] Forum Rules ×

Xera Simple mailer not working


hello

Recommended Posts

Hello,

I know that this is about Xera and not much to do with MOFH but if you could help that would be great. When I use the simple mailer and enter the correct credentials for the SMTP and when I press test it keeps giving me An error occurred please try again. If anyone knows what the problem is please tell me.

Thank you so much.

Link to comment
Share on other sites

  • Replies 119
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...
10 hours ago, hello said:

@BastelPichiThanks, I am using mailgun. When I test these providers with a SMTP test website it works but with Xera it always gives me an error please try again.

That's strange, I assume you're using port 587 for the requests.

As it just so happens, Xera's support by the original developer is discontinued, as he's moved on to https://github.com/mahtab2003/MOFH-R. You may want to check that out and see if SMTP works for it.

Link to comment
Share on other sites

20 hours ago, hello said:

What php version do I need?

Xera can be ran on PHP 7.2 up to 7.4.
MOFH-R can be ran on PHP 5.6 up to 7.4
Both do not support PHP 8.

20 hours ago, hello said:

Also how did you know about the new software coming out?

I am assuming the new software is MOFH-R. If it is:
@Mahtab Hassan said on October 23rd:

And then on the 29th he announced it:

 

Edited by Pansani
Link to comment
Share on other sites

6 hours ago, Pansani said:

Xera can be ran on PHP 7.2 up to 7.4.
MOFH-R can be ran on PHP 5.6 up to 7.4
Both do not support PHP 8.

I am assuming the new software is MOFH-R. If it is:
@Mahtab Hassan said on October 23rd:

And then on the 29th he announced it:

 

I'm not familiar with php version 8 and I'm just using PHP version 7.4 soon i will add support for PHP version 8 on MOFH-R

Link to comment
Share on other sites

@Mahtab Hassan

<?php
defined('BASEPATH') OR exit('No direct script access allowed');

$config['protocol'] = 'smtp';
$config['mailtype'] = 'html';
$config['wordwrap'] = TRUE;
$config['wrapchars'] = 1000;
$config['smtp_timeout'] = 300;
$config['smtp_crypto'] = 'tls';

This is what I changed it to, is it correct?

Link to comment
Share on other sites

@Mahtab Hassan

<?php
defined('BASEPATH') OR exit('No direct script access allowed');

$config['protocol'] = 'smtp';
$config['mailtype'] = 'html';
$config['wordwrap'] = TRUE;
$config['wrapchars'] = 1000;
$config['smtp_timeout'] = 300;
$config['smtp_crypto'] = tls;

I also tried this, they both didnt change the error

Link to comment
Share on other sites

7 hours ago, hello said:

@Mahtab Hassan

<?php
defined('BASEPATH') OR exit('No direct script access allowed');

$config['protocol'] = 'smtp';
$config['mailtype'] = 'html';
$config['wordwrap'] = TRUE;
$config['wrapchars'] = 1000;
$config['smtp_timeout'] = 300;
$config['smtp_crypto'] = 'tls';

This is what I changed it to, is it correct?

this one is right

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...