Jump to content

phpvms email would,t work


lapw123

Recommended Posts

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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