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.
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';
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
0 · Insightful Awesome LOL ·No its set to.. $Configuration['Garden']['Email']['UseSmtp'] = FALSE; should i set it in there instead then? I'll try it and see.
- Spam
- Abuse
0 · Insightful Awesome LOL ·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
factoid: Most questions have been previously answered, try the search box first, please provide your Vanilla version Number!
Peregrine's Addons - donations gladly accepted for "successful solutions" and addons - kind of like tipping a waiter at a restaurant
- Spam
- Abuse
0 · Insightful Awesome LOL ·