Jump to content

Recommended Posts

Posted (edited)

hello i just get into this va stuff and i treid to get my smtp server to work that didnt work i treid to to what you posted a few years back but it didnt work so can you please help me :) here is the code for local.config # Email Settings

Config::Set('EMAIL_FROM_NAME', 'fsxnorge');

Config::Set('EMAIL_FROM_ADDRESS', 'smtp-relay.sendinblue.com');

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

# Add multiple SMTP servers by separating them with ;

Config::Set('EMAIL_SMTP_SERVERS', 'smtp-relay.sendinblue.com');

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

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

Config::Set('EMAIL_SMTP_USER', 'postmaster@it-sikkerhet.ga');

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

Edited by lapw123
Posted

hello i just get into this va stuff and i treid to get my smtp server to work that didnt work i treid to to what you posted a few years back but it didnt work so can you please help me :) here is the code for local.config # Email Settings

Config::Set('EMAIL_FROM_NAME', 'fsxnorge');

Config::Set('EMAIL_FROM_ADDRESS', 'smtp-relay.sendinblue.com');

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

# Add multiple SMTP servers by separating them with ;

Config::Set('EMAIL_SMTP_SERVERS', 'smtp-relay.sendinblue.com');

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

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

Config::Set('EMAIL_SMTP_USER', 'postmaster@it-sikkerhet.ga');

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

This is what I did.

After a fresh install , in Admin/Webmaster email , I put the email through which I want to send Registration Emails (in your case : postmaster@xxxxx.com)

So whenever a user registers , the registration email will go through postmaster@xxxxxx.com..

I didnt add/edit anything in local.app.config. It works all good.

Posted

so everything after fresh install is to set the email that is it ? dont i have to set like password to that email or anything tho ?

Its upto you , if you want you can make a webmail with same email ID through cpanel so that when pilot replies back , it doesnt bounce back to them.

I haven't made a webmail with the same email ID (mine is noreply@myva.com) .But in my case if the pilot replies back to the registration email , it would bounce back to him.

Posted (edited)

ah becuse i trid to send mail before i tried to mess around with settings what phpvms you have tpl or php version , can you help me with this later if it not works for me

I have simpilot phpVMS ver 5.5.x (php version) .

Edited by shrikar
Posted (edited)

This is what I did.

After a fresh install , in Admin/Webmaster email , I put the email through which I want to send Registration Emails (in your case : postmaster@xxxxx.com)

So whenever a user registers , the registration email will go through postmaster@xxxxxx.com..

I didnt add/edit anything in local.app.config. It works all good.

Small correction here (My Apologies)

After a fresh install , in Admin/Webmaster email , I put the email through which I want to send Registration Emails (in your case : noreply@xxxxx.com)

So whenever a user registers , the registration email will go through Noreply@xxxxxx.com. (Instead of noreply you put anything you want for eg: hr@xxx.com or admin@xxx.com - its the email id through which you would like to send registration emails)

I didnt add/edit anything in local.app.config. It works all good.

Edited by shrikar
Posted

so you took admin@fsnorge.ml in my case like you take what ever you want and domain name ?

Yes.

well i tried that i see that it is sending but when i go on my email i got nothing

I didn't understand your problem correctly.

Does the pilot receive an email whenever he registers?

Posted (edited)

the problem is that no one is recive any mail what ever i do so i think it is somthing my isp have blocked becuse other have done the same thing but it dosent happend with them

Edited by lapw123

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...