Jump to content

Problem with mailing


raaams

Recommended Posts

Yes but only if you tell what the problem is.

 

It will very likely be the configuartion of the server so if you have access to the php congi file see what SMTP is set to or use

 

ini_get('SMTP');

 

you can use

 

ini_set('SMTP' , 'host'); to set this correctly where 'host' is the relvant smtp server.

 

 

Link to comment
https://forums.phpfreaks.com/topic/37753-problem-with-mailing/#findComment-180620
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.