#1 Re: Developer Help » Best way to add new SMTP server for Email Delivery? » October 3, 2015 4:44am

Hello Tim, Thank for the help. It seen your solution is quite promising. I tried in the same way as mentioned above via ini_set. But this is not working for us. Actually I am trying to use Gmail SMTP email. Here is my configurations:

    ini_set ( 'SMTP' , 'ssl://smtp.gmail.com' ); OR ini_set ( 'SMTP' , 'smtp.gmail.com' ); TRIED BOTH
    ini_set ( 'smtp_port' , '465' );
    ini_set ( 'username' , 'aaaxxx@gmail.com' );
    ini_set ( 'password' , 'passwordxxx' );
    ini_set ( 'sendmail_from' , 'sendxxx@gmail.com' );

And Send email code is:
    $service = new BigTreeEmailService;
       $service->sendEmail($subject,$html_body,$to,$from_email,$from_name,$reply_to,$plain_text_body);

Please help us, if we are doing anything wrong in this.

#2 Developer Help » Best way to add new SMTP server for Email Delivery? » September 27, 2015 5:00am

hritikjain
Replies: 3

Hi, I am new in the Bigtree, It seems very promising  to manage the CMS application. But I stuck with SMTP Email integration.
I am looking for to add new SMTP Email integration, like: Gmail, Yahoo, etc... I like to have these configuration/heandle from Bigtree Admin section. I can understand the code if code need to be develop, then where/how I can do that?
If any one can help me to find the way, it will be very helpful for me.

Thanks

Board footer

Powered by FluxBB

The Discussion Forum is not available on displays of this size.