APIs & Integrations

clubstohire
Member

SMTP Configuration on Cake PHP Application

array(
'transport' => 'Smtp',
'from' => array('info@xxxxxxxx.com' => 'Website Name'),
'host' => 'ssl://smtp.hubapi.com',
'port' => 465,
'timeout' => 30,
'password' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
'username' => 'xxxxxxx@xxxxxxxxx.smtp.hubspot.net',
'client' => null,
'log' => false,
'emailFormat' => 'html',
'tls' =>true
);

0 Upvotes
1 Reply 1
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

SMTP Configuration on Cake PHP Application

Hi @clubstohire,

I'm not totally clear on what's going on here. Are you seeing issues with the SMTP API? Is this code that you're having issues with? Can you update this topic with any error messages you're getting and also the raw data being sent to HubSpot (instead of just the code)?

0 Upvotes