Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: izghitu on July 28, 2012, 09:29:40 AM

Title: custom smtp server
Post by: izghitu on July 28, 2012, 09:29:40 AM
Hi,

I am using roundcube to login using different external email accounts via the IMAP protocol. So basically I open in my roundcube external email addresses. Now the problem is sending mail using those accounts. If I send using roundcube with the mail() php function then all end up in the spam folder.

Is there any way to pass to roundcube using what smtp server to send? Often the smtp server is different from the imap server and I can't use the %h in main.inc.php for smtp

Please help
Thanks
Title: Re: custom smtp server
Post by: JohnDoh on July 28, 2012, 10:58:51 AM
do you mean you want to use different SMTP servers for different imap accounts? if so take a look a the plugins list http://trac.roundcube.net/wiki/Plugin_Repository sounds like https://github.com/unstko/Roundcube-plugins/tree/master/multiple_smtp_server is what you want