Jump to content

Alien595

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Alien595

  1. ad_logo.png

    Zip Virtual Airlines has just been officially opened. We are accepting members & starting flights!

    ----------------------------------------------

    www.flyzipvirtual.com

    ----------------------------------------------

    Zip Virtual Airlines is an international virtual airline that services many major cities within the United States & Canada. Our main hubs are located in:

    • Toronto (Canada)
    • Edmonton (Canada)
    • Vancouver (Canada)
    • Seattle (USA)
    • Las Vegas (USA)
    • Miami (USA)
    • New York (USA)

    Our fleet consist of Boeing 737-800 series in 4 different colors.

    fleet.png

    Furthermore, we are also looking for VA Pilots with extensive VA experience to fill management positions. If you feel you qualify and are up to the challenge, please send your application to: flyzipvirtual@gmail.com

    Please include the following in your application:"

    Name:

    Age:

    Detailed Previous VA Experience:

    Total flight hours (please include links to verify):

    What would you bring to Zip Virtual?

    Why should we hire you ?

    +Any other pertinent information.

    Thanks again, & as always, happy flying!

    Michel D.

    ZIP1001

    CEO - Zip Virtual Airlines

    flyzipvirtual@gmail.com

  2. Hey there, I'm trying to configure the SMTP email settings & it doesn't seem to be working. I'm using SMTP as PHP mail never worked for me & was very slow, like 5hours to receive the email. This is the server I use with all my other sites/forums & it works.

    I set the following setting in the local.config.php file:

    # Email Settings
    Config::Set('EMAIL_FROM_NAME', 'Zip Virtual');
    Config::Set('EMAIL_FROM_ADDRESS', 'flyzipvirtual@gmail.com');
    
    Config::Set('EMAIL_USE_SMTP', true);
    # Add multiple SMTP servers by separating them with ;
    Config::Set('EMAIL_SMTP_SERVERS', 'ssl://smtp.gmail.com');
    Config::Set('EMAIL_SMTP_PORT', '465');
    Config::Set('EMAIL_SMTP_USE_AUTH', true);
    Config::Set('EMAIL_SMTP_USER', 'flyzipvirtual@gmail.com');
    Config::Set('EMAIL_SMTP_PASS', '*********');

    Any help would be greatly appreciated

×
×
  • Create New...