Git Product home page Git Product logo

smtp's Introduction

Open Source Social Network [7.7-dev]

Open Source Love PRs Welcome Download Latest

DeepScan grade Codacy Badge

Opensource-Socialnetwork (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 17 international languages.

OSSN Licensed under the Open Source Social Network License (4.0) / Cryptographic Autonomy License version 1.0

Kernighan & Ritchie (K&R Variant 1TBS) indentation standard is used for the OSSN. For coding standards you may see following

Landing Page Newsfeed Profile Page
open source social network landing page open source social network newsfeed open source social network profile page

Visit https://www.opensource-socialnetwork.org/ for more details

Languages

English German Romanian
French Portuguese Turkish
Spanish Italian Russian
Dutch Hebrew Greek
Esperanto Japanese Indonesian
Traditional Chinese Korean Hungarian

Front-End Features

Feature Feature Feature
User Registration User Login Profile
Profile Cover Profile Photo Profile Friends
Friends Management Live Chat Messaging
Wall Posts Albums Photos
Groups Friends Tagging Block System
Poke System Comments Likes and Reactions
Expense Mangement Giphy Integeration in Comments Invite Friends
Embed Videos Smiles & Emojis Site Pages (Terms, about, privacy)
Mobile Responsive Notifications Search
Gallery Post Background Realtime Comments
Realtime Messages Blogs Themes on community
Mentions in comments Custom Pages Custom Menu Items
Captcha Site Announcements Greetings
Login as Progressive Web App Microsoft Active Directory Login
Giphy Integeration Many free components of community website

Backend Features

  • Admin Dashboard for site overview
  • Online users count, gender based graph
  • Total site users count (by months) graph
  • Component configurations
  • Add User
  • Remove User
  • Edit User
  • Ads Manager
  • Cache Settings
  • Basic Settings
  • Unvalidated users
  • Custom pages
  • Menu Builder
  • Themes management
  • Components Management
  • WebServices API
  • Manually validate unvalidated users
  • and much more components settings

Prerequisite

https://www.opensource-socialnetwork.org/wiki/view/706/how-to-install-open-source-social-network

Directory Permissions

OSSN must be installed into a directory writable by the webserver, or it will not function properly. For most Linux servers running Apache v2, making the parent directory writable is very simple:

chgrp www-data /path/to/ossn_parent_directory
chmod g+w /path/to/ossn_parent_directory

If you are not running Apache v2 or are using a different type of webserver, you'll need to read your system's documentation or speak to your server administrator before proceeding.

Installation

https://www.opensource-socialnetwork.org/wiki/view/706/how-to-install-open-source-social-network

Installation on Ubuntu x64 18.04/20.04/21.04 LTS

sudo add-apt-repository ppa:arsalanshah/opensource-socialnetwork
sudo apt-get update
sudo apt-get install opensource-socialnetwork

DEMO

http://demo.opensource-socialnetwork.org/

UPGRADE

https://www.opensource-socialnetwork.org/wiki/view/708/how-to-upgrade-ossn

smtp's People

Contributors

lianglee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

smtp's Issues

if local SMTP does not support STARTTLS

the local PHP mail client always tries TLS AUTH SMTP, but if it fails there is nothing in this script to switch it off. Adding these two line to the two functions will switch it off if your SMTP does not use TLS. It's not a clean solution but it works.

$mail->SMTPSecure = false;
$mail->SMTPAutoTLS = false;

502 Gateway error

I installed and activated smtp component in ossn . When i go to configure the smtp settings , then it says smtp connection failed before i enter the smtp settings . when i enter smtp settings then submit query then it takes sometime to load says 502 gateway error. How to avoid 502 error.

cpanel email problem, godaddy

Some time ago, godaddy can not send mail to the entire domain microsoft (@msn, hotmail, outlook, etc) not at least programmatically, and the only easy way to avoid this is right through SMTP.
I guess that is related to some cases of "email ploblem" mentioned in the forum.
I would be most grateful if you update the component
thanks and sorry for my English
regards

[http://stackoverflow.com/questions/25208211/email-is-not-being-sent-to-specific-email-providers-from-godaddy]

Blank page on saved, corrections, missing strings

When I saved settings I get a blank page (http://192.168.1.107/action/admin/smtp/settings/save) with error 500 on console

I show some error I don't know if volontary or not about smtp (it's write smpt)
\actions\admin\settings\save.php
Line 16: ossn_trigger_message(ossn_print('smpt:fields:required'), 'error');
Line 25: ossn_trigger_message(ossn_print('smpt:settings:saved'));
Line 27: ossn_trigger_message(ossn_print('smpt:settings:error'), 'error');

\ossn_com.php
Line 40: $mail->SMPTAuth = true;
Line 53: function ossn_smpt_connected() {
Line 61: $mail->SMPTAuth = true;

\plugins\default\settings\administrator\SMTP\settings.php
Line 11: $smtp = ossn_smpt_connected();

In /locale/ossn.en.php he missed string for:
'smpt:settings:saved'
'smpt:settings:error'
'smpt:fields:required'

Ossn: branch 3.x fresh install last commit 29/07
Php: 5.6.9
Cache: Disable
Apache: 2.4.10
Mysql: 5.5
Website: local server

Not supported on shared hosting

Can you develop the smtp component using the phpmailer package so that it can used in shared hosting also.
Thank you in advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.