Gossamer Forum
Home : Products : Links 2.0 : Discussions :

No message defined! Aborting!

Quote Reply
No message defined! Aborting!
I am getting this message when trying to send a mass mailer:
Links Manager: Mailing Users
Mailing Users
Mailing started on Sat May 26 12:53:42 2001
No message defined! Aborting!

I have defined the subject and message.
I have searched the forum but all the message say to search the forums or link to posts no longer viewable :(

Please note: the send email upon validation, etc. is working.



Quote Reply
Re: No message defined! Aborting! In reply to
Read the following Thread:

http://www.gossamer-threads.com/...ew=&sb=&vc=1

Regards,

Eliot Lee
Quote Reply
Re: No message defined! Aborting! In reply to
Thank you so much!

Is this correct?
$db_email_name = "$db_lib_path/data/email,db
or should it be
$db_email_name = "$db_script_path/data/email,db

That worked before I moved to the new server. If I was just debugging would it still give an error if the ISP would allow mass email?

Quote Reply
Re: No message defined! Aborting! In reply to
Nope....You have COMMAS where you should have PERIODS to separate the file name and extension...

You should use:

Code:

$db_email_name = "$db_script_path/data/email.db";


Regards,

Eliot Lee
Quote Reply
Re: No message defined! Aborting! In reply to
 

Well I copied that from the post linked up above ;)
But in my actually code I use a period.

However I did check the email.db and it is empty. So I'm goofing around in there and hope to have it fixed soon :)
Is that email.db just for the newsletter though or does it hold both list seperately?
Quote Reply
Re: No message defined! Aborting! In reply to
The email.db file is ONLY for subscribers...it is not for LINK OWNERS...The LINK OWNERS information is contained in the links.db file in the Contact Name and Contact Email fields.

Regards,

Eliot Lee
Quote Reply
Thanks again! In reply to
Well everything is in order so they must be blocking the mass email - which should like something they would do. Hoepfully soon I'll be on my own server :) Just waiting for DSL to get to my area.

Sorry for posting under different IDs :0