Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
SMTP Error: Can't send emails due to SMTP Error
I think i have narrowed down the problem to this my path to send mail:
Path to sendmail /usr/sbin/sendmail -t -i
as this is different from other hosting company's do i need to change vanilla to point to this?
i've used the same SMTP account with PHPMAILER as a test and it sends the email fine but in vanilla it gives me a SMTP Error.
Thanks in advance.
0
Comments
do you have this set. just curious.
$Configuration['Garden']['Email']['UseSmtp'] = '1';
Vanilla has an old version of phpmailer also -
in vanilla, it is...
phpmailer seems to be called out of /vanilla/library/core/class.email.php
public $Sendmail = '/usr/sbin/sendmail';
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
No its set to.. $Configuration['Garden']['Email']['UseSmtp'] = FALSE;
should i set it in there instead then? I'll try it and see.
you have to determine how you want to send mail (via smtp or not) and modify config.php accordingly.
http://vanillaforums.org/discussion/comment/154330/#Comment_154330
http://vanillaforums.org/discussion/comment/163012/#Comment_163012
http://vanillaforums.org/discussion/comment/162670/#Comment_162670
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.