Jump to content

phpVMS-Email Problems


vSaudia

Recommended Posts

  • Moderators

Maybe you will have to set the details of your mail server on your local.config.php file. Open your local.config.php and find this:

Config::Set('EMAIL_USE_SMTP', false);
# Add multiple SMTP servers by separating them with ;
Config::Set('EMAIL_SMTP_SERVERS', '');
Config::Set('EMAIL_SMTP_PORT', '25');
Config::Set('EMAIL_SMTP_USE_AUTH', false);
Config::Set('EMAIL_SMTP_USER', '');
Config::Set('EMAIL_SMTP_PASS', '');

Configuring it might solve your problems.

Link to comment
Share on other sites

Hello,

We are contacted to our hosting company. They are answered me "You haven't got any problems on SMTP and POP3 E-Mail Servers."

And my SMF Forum successfully sending e-mails.

Here is my local.config

# Email Settings
Config::Set('EMAIL_FROM_NAME', 'Zirve Airlines Staff');
Config::Set('EMAIL_FROM_ADDRESS', 'noreply@zirveairlines.com');
Config::Set('EMAIL_USE_SMTP', false);
# Add multiple SMTP servers by separating them with ;
Config::Set('EMAIL_SMTP_SERVERS', '');
Config::Set('EMAIL_SMTP_PORT', '25');
Config::Set('EMAIL_SMTP_USE_AUTH', false);
Config::Set('EMAIL_SMTP_USER', '');
Config::Set('EMAIL_SMTP_PASS', '');

Thanks!

Link to comment
Share on other sites

  • Members

Try

# Email Settings
Config::Set('EMAIL_FROM_NAME', 'Zirve Airlines Staff');
Config::Set('EMAIL_FROM_ADDRESS', 'noreply@zirveairlines.com');
Config::Set('EMAIL_USE_SMTP', true);
# Add multiple SMTP servers by separating them with ;
Config::Set('EMAIL_SMTP_SERVERS', 'mail.zirveairlines.com');
Config::Set('EMAIL_SMTP_PORT', '25');
Config::Set('EMAIL_SMTP_USE_AUTH', false);
Config::Set('EMAIL_SMTP_USER', '');
Config::Set('EMAIL_SMTP_PASS', '');

Also the noreply@zirveairlines.com does it exist as an email ? If not create it

Link to comment
Share on other sites

  • Members

# Email Settings

Config::Set('EMAIL_FROM_NAME', 'Zirve Airlines Staff');

Config::Set('EMAIL_FROM_ADDRESS', 'noreply@zirveairlines.com');

Config::Set('EMAIL_USE_SMTP', true);

# Add multiple SMTP servers by separating them with ;

Config::Set('EMAIL_SMTP_SERVERS', 'mail.zirveairlines.com');

Config::Set('EMAIL_SMTP_PORT', '25');

Config::Set('EMAIL_SMTP_USE_AUTH', true);

Config::Set('EMAIL_SMTP_USER', 'EmailUserName');

Config::Set('EMAIL_SMTP_PASS', 'EmailPassword');

try with this settings just add your email username and password in the prespective positions

Link to comment
Share on other sites

OK. local.config.php successfully edited and SSL Mail Informations entered. Port Number changed to 465 and SSL SMTP SERVER entered. local.config.php uploaded to core/ directory. After that, I'm access to admin panel and pushed to "Send E-Mail....." button. I'm writed test email and pushed to Send Mail button.

Then I get this:

Sending email...
Sending for Alp Yeni
Complete!

I'm access to outlook.com account and I'm waiting a few minutes. There is no new e-mail received from my Airline. :(

I think, SSL is a problem and I try None SSL Connection.

Edited local.config. Uploaded to core/ directory.

I'm sended e-mail. And there is no new e-mail on my inbox. :( :(

Note: I get some information from my cPanel. For example, my None SSL port number 587 not 25 etc. :)

Link to comment
Share on other sites

I'm changed noreply@zirv....com to info@zirv.....com. I able to send mail from this account. I'm really sure. And I'm now reconfiguring my local.config.php file. I've one questions. For my Hosting Company my none SSL Port is 587 and for my local.config file port number set to 25. Should I Change it?

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
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.

Loading...
×
×
  • Create New...