Current location: Hot Scripts Forums » Programming Languages » PHP » alternative to sending sendmail???


alternative to sending sendmail???

Reply
  #1 (permalink)  
Old 04-22-08, 02:22 PM
Deansatch Deansatch is offline
Coding Addict
 
Join Date: Jul 2006
Location: Northumberland
Posts: 375
Thanks: 0
Thanked 0 Times in 0 Posts
alternative to sending sendmail???

I am forever having problems with my hosting provider when it comes to php mail().

They keep messing about with server settings or something and suddenly my scripts will stop sending activation emails etc.. without me knowing until someone tells me they never got one. Now it won't work using cgi sendmail either.

Is there any alternative way of having my email parts of my script dealt with in a more efficient way? Will transferring my domain to a different registrar make a difference?????
__________________
Aye!
Reply With Quote
  #2 (permalink)  
Old 04-22-08, 02:59 PM
blinn_shade's Avatar
blinn_shade blinn_shade is offline
Aspiring Coder
 
Join Date: Aug 2007
Posts: 540
Thanks: 0
Thanked 0 Times in 0 Posts
Change hosts?
__________________
Can you think outside the box but remain inside the box?
Reply With Quote
  #3 (permalink)  
Old 04-22-08, 03:02 PM
Deansatch Deansatch is offline
Coding Addict
 
Join Date: Jul 2006
Location: Northumberland
Posts: 375
Thanks: 0
Thanked 0 Times in 0 Posts
apart from that
__________________
Aye!
Reply With Quote
  #4 (permalink)  
Old 04-22-08, 03:05 PM
phpdoctor's Avatar
phpdoctor phpdoctor is offline
Code Guru
 
Join Date: Feb 2007
Location: New Zealand
Posts: 767
Thanks: 4
Thanked 2 Times in 2 Posts
Um transfering your domain shouldnt make a difference? its the hosting...
Have you tryed contacting your hosting company? (without bad words hehe)

mail() is the only way i know to send mail... could you show abit of your code please?

Lex
__________________
01010000 01001000 01010000
Reply With Quote
  #5 (permalink)  
Old 04-22-08, 03:11 PM
mab's Avatar
mab mab is offline
Community VIP
 
Join Date: Oct 2005
Location: Denver, Co. USA
Posts: 2,674
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Will transferring my domain to a different registrar make a difference?
No, your domain registration and your web hosting are two independent functions. However, you might consider moving your web hosting to another host.

If the host you have now is making changes without prior notification and without documentation as to what has been changed (so that you can adapt to what is different), they either don't know what they are doing or are operating out of desperation. In either case, they are not providing proper service to their customers.

If they are still actively making changes, there is no point in trying to hit a moving target. Get them to commit to some documentation on what they are changing and when they will be complete. In the meantime, start looking around for a different host.

If you have an email account at a separate ISP, you could send your email through it. You would need to use SMTP authentication (the php mail() function does not support authentication, so you would need to use one of the php mailer scripts) and you would need to add an SPF record to your domain saying that the third party mail server is authorized to send mail for your domain.
__________________
Error checking, error reporting, and error recovery. If your code does not have these to get it to tell you why it is not working, what makes you think someone in a programming forum will be able to tell you why it is not working???
Reply With Quote
  #6 (permalink)  
Old 04-22-08, 03:21 PM
blinn_shade's Avatar
blinn_shade blinn_shade is offline
Aspiring Coder
 
Join Date: Aug 2007
Posts: 540
Thanks: 0
Thanked 0 Times in 0 Posts
Just tell your host to sort out the issue or you will move your business else where.

That should get them into gear a bit.
__________________
Can you think outside the box but remain inside the box?
Reply With Quote
  #7 (permalink)  
Old 04-22-08, 03:32 PM
Deansatch Deansatch is offline
Coding Addict
 
Join Date: Jul 2006
Location: Northumberland
Posts: 375
Thanks: 0
Thanked 0 Times in 0 Posts
problem is I have a reseller account and moving isn't that simple a job. I am also worried that the same could happen to all my other customers sites and I will get the blame and lose design and development clients.
__________________
Aye!
Reply With Quote
  #8 (permalink)  
Old 04-22-08, 04:58 PM
blinn_shade's Avatar
blinn_shade blinn_shade is offline
Aspiring Coder
 
Join Date: Aug 2007
Posts: 540
Thanks: 0
Thanked 0 Times in 0 Posts
Ask your host what your mail settings are.
__________________
Can you think outside the box but remain inside the box?
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ASP mail sending in intranet babuA ASP 4 10-13-07 09:25 AM
Help with sending emails with PHP script! npmllc PHP 2 02-12-06 09:39 PM
non-spam email sending.. dflip Script Requests 0 05-07-05 01:03 PM
Help with Sendmail Emulator thatsdamore Perl 1 12-18-04 01:37 AM
using time as trigger in sending notification mail abtimoteo Perl 1 07-09-04 12:34 PM


All times are GMT -5. The time now is 07:43 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.