forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 email => Topic started by: thecoilist on March 18, 2013, 06:20:02 pm

Title: No emails: Register, contact, etc.
Post by: thecoilist on March 18, 2013, 06:20:02 pm
I have not had luck with being able to get emails to send from Coppermine. I am on a fresh install of the latest version. I am using a shared server on Dreamhost and have no access to the mail logs.

I have not had a problem in the past with php sendmail before. In fact, there are other installed applications on my site that use php and sendmail which are received just fine. Is there a mail cache quota that needs to be addressed or met before being sent in coppermine?

Any help is appreciated, without mail, it's rendered useless. :(
Title: Re: No emails: Register, contact, etc.
Post by: thecoilist on March 18, 2013, 06:32:02 pm
Entered debug mode and the notification it gave me when entering a message on the contact form is below

    Notice line 241: Undefined index: captcha_field_mandatory
    Notice line 299: Undefined variable: expand_array
    Warning line 299: in_array() [function.in-array]: Wrong datatype for second argument
    Notice line 324: Undefined variable: expand_array
    Warning line 324: in_array() [function.in-array]: Wrong datatype for second argument
    Notice line 353: Undefined variable: expand_array
    Warning line 353: in_array() [function.in-array]: Wrong datatype for second argument
Title: Re: No emails: Register, contact, etc.
Post by: Αndré on March 19, 2013, 01:37:04 pm
Please read the docs regarding the PHP notices.

Is your server allowed to send emails at all?
Title: Re: No emails: Register, contact, etc.
Post by: thecoilist on March 19, 2013, 02:55:58 pm
Server is allowed.
As mentioned, sendmail works on other installed applications. However, I just received contact back from the server, apparently they have made their anti-spam rules stricter. 3rd party applications installed by users have to go through verification and now require a domain hosted email.

Thanks for the input! Much appreciated