Author Topic: External SMTP with Bluehost  (Read 3196 times)

Offline Gus

  • Jr. Member
  • **
  • Posts: 16
External SMTP with Bluehost
« on: October 20, 2016, 07:51:16 AM »
Hi

my RC setup is currently working fine with my host Bluehost. The problem is Bluehost is typically reported on Spam IP lists ever few weeks.
So i thought i could simply use Sendgrid or similar as an external SMTP for handling outgoing email.

But Bluehost dont allow external SMTP connections - they force users to use localhost SMTP because of spammers - ironic i know.

However Sendgrid allow API connections aswell as SMTP for processing outgoing email.

Does RC have support for sending mail over an API ? or is only SMTP.

cheers
Gus

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,883
    • SKaero - Custom Roundcube development
Re: External SMTP with Bluehost
« Reply #1 on: October 20, 2016, 02:06:04 PM »
Not by default, you could probably code something with the plugin api that would do that, maybe with the message_before_send hook.