Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Mail Sending problem with mail() function


sureshdrim
Participant

@sureshdrim

Dear Johnhiler,

I tried this plugin.I provided following settings:

/* SETTINGS */

// Set to ‘smtp’ to use an SMTP server

var $mailer = ‘smtp’;

// Set a specific name that emails will appear to come from

var $from_name = ‘me@example.com’;

// The hostname of the SMTP server

var $smtp_host = ‘smtp.bizmail.yahoo.com’; //my SMTP server name

// The port (default is 25)

var $smtp_port = 465; //my SMTP port number

// Use authentication (true or false)

var $smtp_auth = true; //in my case authentication is mandatory

// Authentication user

var $smtp_user = ‘me@example.com’;

// Athentication password

var $smtp_pass = ‘password’;

/* END SETTINGS */

Rest everything is as it is. Still problem is not solved. Any idea please !!!

Skip to toolbar