I have 2.7 version and does not send any email. Anyone knows how to fix this?
Printable View
I have 2.7 version and does not send any email. Anyone knows how to fix this?
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/
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.
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?
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
change mail to smtp.Code:public $Mailer = 'mail';
Other related settins are under PROPERTIES FOR SMTP in the file.
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.
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!!!!
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.