HomeKnowledgebaseSubmit TicketAnnouncementsLogin

Search Advanced Search
Categories
Omnistar Mailer (21)
Omnistar Tell (10)
Omnistar Etools (4)
Omnistar Article (3)
OSI Recruiter (21)
Omnistar Drive (21)
Omnistar Cart (4)
Omnistar Live (9)
Omnistar KBase (9)
OSI Affiliate (12)
Omnistar Forms (8)
Search Articles
Advanced Search
Frequently Asked Questions
Search our FAQ to find resolutions to common issues.
Our Links
Omnistar Etools
Available Products
Our Blog
Business Resources
Install Form
Sending Troubleshooting
This solution is for our php direct email marketing software, when users have problems sending.

By default the mailer uses the PHP mail function to send email. To test if PHP mail is working for your server open the file testmail.php which is included in the mailer directory, with a text editor and add your email where it shows:
 
$email='test@test.com';
 
Then move the file back to your web server and go to the file in a web browser. When you go to the file, it should send an email to your email. If you do not receive the email then contact your hosting company and ask them why you did not get the email.
 
Another method to use if your host does not support the mail function is the SMTP method of sending. To use this method in the lib/etools2.php look for the variable:
 
smtp_servers
 
and change it to:
$smtp_servers=array(array('host' => '127.0.0.1', 'keep-alive' => true));
 
If your smtp requires a password then change it to:
 
$smtp_servers=array(array('host' => '127.0.0.1', 'keep-alive' => true, 'username'=>'ee','password'=>'sss'));
 
NOTE: You may need to replace 127.0.0.1 above. Also, if your server requires a username and password then you should fill out the appropriate password above.
Print  Email  Save  Comments  Notify Me  Add to Favorites 
Article ID: 10025 Article Created: 06-02-2006 13:14 PMLast Modified: 06-24-2008 11:53 AM

How well did this article answer your question? 100% 75% 50% 25% 0%

Most Recently Viewed Articles
Sending Troubleshooting
Email not sending...
How do I use the Link Tracking feature?
How do I use the Link Tracking feature?...
Can I customize what information I collect on my employers?
Can I customize what information I collect on my employers?...
Can anonymous visitors upload files?
Can anonymous visitors upload files?...
How do I add a Ticket to Omnistar Live?
How do I add a Ticket to Omnistar Live?...
How do I add an article to Omnistar Live?
How do I add an article to Omnistar Live?...
I am having problems troubleshooting Apache upload
If you are still having trouble once you set the parmeters above, then you should check the following apache limits...
Can you send questions to an employer?
Can you send questions to an employer?...
Become a merchant account provider today!
Omnistar authorize is an online merchant account and credit processing service that you can offer to all of your customers today and start earning monthly residule income.  Through a solid partnership with Eonlinedata and Authorize.Net, we provide you everything that you need to begin offering credit card services to your clients. Click Here to Become a Merchant Account Provider Today! ...
Can I screen jobs and resumes my employers post?
Can I screen jobs and resumes my employers post?...