Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.

Sending forms through simplified php mail() function

Sending forms through simplified php mail() function givs the following error:
Notice: Undefined index: connections in /var/www/vhosts/XXX/httpdocs/framework/core/subsystems/expMail.php on line 155

Looked up this file/line and it reads:
  $this->transport = new Swift_MailTransport($params['connections']);  //fixme DEPRECATED

Does this mean I can only use SMTP now?

Comments

Sign In or Register to comment.