Sending Email via custom Squirrelmail

rahulakacyrus61

New Member
Messages
6
Reaction score
0
Points
0
Email Setup
Hi,

I am trying to send mail through custom squirrelmail in my application frontend.

Here's what I did till now:
1- Installed Squirrelmail in a directory.
2- configured squirrelmail (it shows messages now)

I cannot figure out the smtp settings of the same and it usually bumps out error.

Can anyone help me with this?

I know that the SMTP settings are provided in the admin panel...
Alppying that, i still get an error--- Notice: fputs() [function.fputs]: send of 12 bytes failed with errno=10054 An existing connection was forcibly closed by the remote host. in C:\wamp\www\Joomla_1.5.22\squirrelmail\class\deliv er\Deliver_SMTP.class.php on line 156

That unique php error is a headache!!

If I could get a copy of the config file of the squirrelmail(which runs the cpanel email), I will be able to solve this.
My current installation runs slow too.(Same is with Joomla)

Can I suggest to include SquirrelMail, or any awesome Email Client to be included in Softaculous/ Fantastico. It would be great help to run email in the front end of the application, since 2 email accounts don't necessarily need cpanel admin login.

To be more specific on this problem :

I need these parameters--

$use_smtp_tls = ?;
$smtp_auth_mech = ?;
$smtp_sitewide_user = ?;
$smtp_sitewide_pass = ?;

I have tried various combinations here..please help me configure this!!

---------- Post added at 03:04 PM ---------- Previous post was at 09:52 AM ----------

Nevermind guys...I figured it out!!

This was a problem because I was accessing form localhost and not the actual site..

Once I uploaded the data onto the actual site, everyting was normally working

I hope it helps someone out there!
 
Top