lapw123 Posted October 23, 2016 Report Share Posted October 23, 2016 (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 October 23, 2016 by lapw123 Quote Link to comment Share on other sites More sharing options...
ShrikarG Posted October 23, 2016 Report Share Posted October 23, 2016 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. Quote Link to comment Share on other sites More sharing options...
lapw123 Posted October 23, 2016 Author Report Share Posted October 23, 2016 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 ? Quote Link to comment Share on other sites More sharing options...
ShrikarG Posted October 23, 2016 Report Share Posted October 23, 2016 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. Quote Link to comment Share on other sites More sharing options...
lapw123 Posted October 23, 2016 Author Report Share Posted October 23, 2016 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 Quote Link to comment Share on other sites More sharing options...
ShrikarG Posted October 23, 2016 Report Share Posted October 23, 2016 (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 October 23, 2016 by shrikar Quote Link to comment Share on other sites More sharing options...
ShrikarG Posted October 23, 2016 Report Share Posted October 23, 2016 (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 October 23, 2016 by shrikar Quote Link to comment Share on other sites More sharing options...
lapw123 Posted October 23, 2016 Author Report Share Posted October 23, 2016 so you took admin@fsnorge.ml in my case like you take what ever you want and domain name ? Quote Link to comment Share on other sites More sharing options...
lapw123 Posted October 23, 2016 Author Report Share Posted October 23, 2016 well i tried that i see that it is sending but when i go on my email i got nothing Quote Link to comment Share on other sites More sharing options...
ShrikarG Posted October 24, 2016 Report Share Posted October 24, 2016 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? Quote Link to comment Share on other sites More sharing options...
lapw123 Posted October 24, 2016 Author Report Share Posted October 24, 2016 (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 October 24, 2016 by lapw123 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.