Loading...
 
Features / Usability

Features / Usability


Send Email via Webmail

posts: 122 United States

I have a site running Tiki 12.0. I'm trying to connect a GoDaddy email account to this site using the WebMail function. I can see all my incoming email fine, but I cannot send any emails. The error I'm getting is

Fatal error: Call to undefined method TikiMail::setSMTPParams() in /home/content/54/5206954/html/tiki-webmail.php on line 787

This is what is in line 787.

$mail->setSMTPParams($current'smtp', $current'smtpPort', '', $current'useAuth', $current'username', $current'pass');

I have smtpout.secureserver.net as my smtp server, with port 25.

There are no comments at this time.