Forums / General Questions / Bulk emails sent through the admin section creating error message

Bulk emails sent through the admin section creating error message

Results 1 to 3 of 3
11 Dec 2013, 19:42
#1
webmiss avatar

webmiss

Zen Follower

Join Date:
Feb 2006
Posts:
147
Plugin Contributions:
0

Bulk emails sent through the admin section creating error message

HI,

When trying to send bulk email message to customers, the following message appears: Could not instantiate mail function. Please check Admin->Configuration->Email Options->Email Transport

I checked the email transport and it is set to php. The site is hosted on a linux server. So I am at a loss as to what it could be.

Thanks for any input or feedback.

webmiss
11 Dec 2013, 23:12
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,506
Plugin Contributions:
173

Re: Bulk emails sent through the admin section creating error message

webmiss:


I checked the email transport and it is set to php.

Change it to SMTPAUTH and provide SMTP credentials for a real mailbox. That should prevent the problem.
12 Dec 2013, 17:51
#3
webmiss avatar

webmiss

Zen Follower

Join Date:
Feb 2006
Posts:
147
Plugin Contributions:
0

Re: Bulk emails sent through the admin section creating error message

Thanks, DrByte.