+ Reply to Thread
Results 1 to 8 of 8

Thread: Emails are not sending (2.7)

  1. #1
    pocholo is offline Member
    Join Date
    Aug 2008
    Posts
    66

    Default Emails are not sending (2.7)

    I have 2.7 version and does not send any email. Anyone knows how to fix this?

  2. #2
    buyscripts is offline Super Moderator
    Join Date
    May 2007
    Posts
    831

    Default

    BizHat.com - Share Your Videos using vShare 2.7 and can send mail without any problem.

    Is this a vShare upgrade or fresh installation ?

    Have you uploaded all the files ?

    If still you have problem with mail, post a ticket at

    http://helpdesk.buyscripts.in/
    Last edited by hostonnet; 02-20-2010 at 07:05 AM.

  3. #3
    pocholo is offline Member
    Join Date
    Aug 2008
    Posts
    66

    Default

    Is a VShare upgrade.

    The problem is with emails sent to hormail accounts. I have an SPF registry in my server.

    Someone have the same problem?

    I've sent a ticket to helpdesk, but I don't have received the ticket confirmation.
    Last edited by pocholo; 02-20-2010 at 08:05 PM.

  4. #4
    pocholo is offline Member
    Join Date
    Aug 2008
    Posts
    66

    Default

    Because it seems that nobody has had this problem and that the admin does not reply, someone knows how to change the way vshare send emails from being sent through smtp?

  5. #5
    hostonnet is offline Super Moderator
    Join Date
    Sep 2007
    Posts
    881

    Default

    If mails are not going out problem is with mail server, some time mail server get black listed. If a php mail script works on the server, mail from vshare will also work. Mostly it is server related issue.

    To send mails with smtp, you need to edit include/phpmailer/class.phpmailer.php and set SMTP server details in it.

    Some of the changes are

    Code:
    public $Mailer            = 'mail';
    change mail to smtp.

    Other related settins are under PROPERTIES FOR SMTP in the file.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    install@hostonnet.com

  6. #6
    hostonnet is offline Super Moderator
    Join Date
    Sep 2007
    Posts
    881

    Default

    Many web servers do not allow remote smtp connections as it is used by spamers to send bulk mail, it is difficult to find who send spam if such smtp mailing is allowed as there is no customer headers are added to outgoing mails. Cpanel servers have option to disable remote smtp connections.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    install@hostonnet.com

  7. #7
    pocholo is offline Member
    Join Date
    Aug 2008
    Posts
    66

    Default

    I have checked on several blacklists, and my servers were not listed.

    I changed the data as you said, and now I receive emails without problems with SMTP.

    Thank you!!!!

  8. #8
    hostonnet is offline Super Moderator
    Join Date
    Sep 2007
    Posts
    881

    Default

    Nice to see you got it working. Large mail services like yahoo, hotmail, aol etc.. got their own black list. Mostly checking mail server log will provide some information.
    vShare Hosting, vShare Installation, Server Setup, Lighttpd streaming, vShare Templates
    install@hostonnet.com

+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts