68 Classifieds Forums
Go Back   68 Classifieds Forums > v3.0.x Help & Support > v3.0 Questions & Support > E-Mails won't send
 
Thread Tools Search this Thread Display Modes
(#1)
Winnie Winnie is offline
Junior Member
Winnie is on a distinguished road
 
Posts: 26
Join Date: Mar 2006
Location: Mesa, Arizona
Unhappy E-Mails won't send - 04-02-2006, 12:56 AM

Conact Us, Contact Owner and E-Mail a Friend won't send - I do get the 'Thank you, your E-Mail has been sent' Message but I don't receive any E-Mails (spam filter is turned off!)


V3.0.14
(#2)
suzkaw suzkaw is offline
Superfly Swatter
suzkaw is on a distinguished road
 
Posts: 1,214
Join Date: Mar 2006
Location: Belmont, NC
Default 04-02-2006, 09:08 AM

Are you on a windows or linux host?

Also do you know if you can send mail through smtp?


--
Thanks,
Eric Barnes
68 Classifieds

Documentation - Bug Reports - Modifications - My Blog
(#3)
Winnie Winnie is offline
Junior Member
Winnie is on a distinguished road
 
Posts: 26
Join Date: Mar 2006
Location: Mesa, Arizona
Default 04-02-2006, 11:30 AM

Microsoft Internet Explorer


V3.0.14
(#4)
suzkaw suzkaw is offline
Superfly Swatter
suzkaw is on a distinguished road
 
Posts: 1,214
Join Date: Mar 2006
Location: Belmont, NC
Default 04-02-2006, 11:55 AM

Can you try this. Create a new php page. Example test.php and include this code:
PHP Code:
<?php
$to      
= '[email protected]';
$subject = 'the subject';
$message = 'hello';
$headers = 'From: [email protected]' . "\r\n" .
    
'Reply-To: [email protected]' . "\r\n" .
    
'X-Mailer: PHP/' . phpversion();

mail($to, $subject, $message, $headers);
?>

Change the $to variable to your email address. Next upload it to your server and visit that page. Then see if you get an email.


--
Thanks,
Eric Barnes
68 Classifieds

Documentation - Bug Reports - Modifications - My Blog
(#5)
Lhotch's Avatar
Lhotch Lhotch is offline
Moderator
Lhotch is on a distinguished road
 
Posts: 1,073
Join Date: Mar 2006
Default 04-02-2006, 12:00 PM

Quote:
Originally Posted by Winnie
Microsoft Internet Explorer
Internet explorer is a web browser itself.

What we really need to know is if the web host (the company you have hosting your classified site) is using a windows or unix operating system. Also, do they require you to use smtp for transfering mail?

Also, the e-mail address you are using for your classified site, is it an e-mail address that is hosted by your web company as well?

To further clarify what I mean by the e-mail address, lets say your web site is

http://mysuperclassifieds.com

Is the e-mail address you use end in @mysuperclassifieds.com? or is it another e-mail address like [email protected]?
(#6)
Winnie Winnie is offline
Junior Member
Winnie is on a distinguished road
 
Posts: 26
Join Date: Mar 2006
Location: Mesa, Arizona
Default 04-02-2006, 12:17 PM

my host is SimpleHost.com but I'm using a msn.com e-mail address for my website (don't know anything about the operating system of my server, and don't know where I could find out!)

I'll see if I can get Eric's suggestion to work!


V3.0.14
(#7)
Winnie Winnie is offline
Junior Member
Winnie is on a distinguished road
 
Posts: 26
Join Date: Mar 2006
Location: Mesa, Arizona
Default 04-02-2006, 12:26 PM

okay - I haven't created a new.php file yet to test my script but the Contactus e-mail function does work now - E-mail a friend and contact Owner don't work still.


V3.0.14
(#8)
Lhotch's Avatar
Lhotch Lhotch is offline
Moderator
Lhotch is on a distinguished road
 
Posts: 1,073
Join Date: Mar 2006
Default 04-02-2006, 12:42 PM

Quote:
Originally Posted by Winnie
my host is SimpleHost.com but I'm using a msn.com e-mail address for my website (don't know anything about the operating system of my server, and don't know where I could find out!)
Then that is likely your problem.

By default the php scripts will route mail to the local configured mail server and if the e-mail is from an address that is hosted on the server it will take it and deliver it. If your using a different e-mail address the mail server will see the "from" address as one not belonging to a site hosted by the server and will typically not "relay" the message.

If you want to use an e-mail address other than one hosted on your web host you will have to use smtp and add some code.

I would recommend, if possible to use an e-mail address hosted by your web host, most hosting packages come with the option to create and use e-mail. This looks more professional for one and reduces potential problems with e-mail like your having now.

Ill take a look at SimpleHost.com and see what I can find.

If your msn e-mail account is a free one, they may not allow the use of smtp e-mail. but I cant say for sure have never had an account with msn, free or otherwise.


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2006, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com