Email not working

Status
Not open for further replies.

nkranx10

Member
Messages
62
Reaction score
2
Points
8
I just tested my web feedback page which sends an email back to me using codeigniter and x10host system is working.
http://www.nkran.net . previously I also used php native email and that also worked. what code are you using ?
 

bgr828x1

New Member
Messages
5
Reaction score
0
Points
1
Sorry, i'm a little new in IT stuff, all that i know is i was using my prestashop store till this moment without problems. Suddenly i realized that all the emails i sent never reached the recipient.

Not even using the webmail service it works. Where should I start to check how to solve the problem?

Many thanks for replying.
 

nkranx10

Member
Messages
62
Reaction score
2
Points
8
Using your own code is very easy with php to send emails :

basically use a html form to get data from user then set values from form to php variables.
basic way to get data from form is: $_POST['NameOfTextboxinForm'];
then set php variables such as $theirEmail = $_POST['emailTextbox'];
$subject = $_POST['subjectTextBox'];
then basic format for sending is:
email($to, $subject, $message );// this simple line actually sends email with values
 

Bryon

I Fix Things
Messages
8,149
Reaction score
101
Points
48
Hi bgr828x1, can you let me know a recipient address that is not receiving the email? If you'd like you may send it in a private message so that it is not public.
 

bgr828x1

New Member
Messages
5
Reaction score
0
Points
1
Hi Bryon,

First of all thanks for replying.
The point is the following. I have my prestashop store and suddenly i realize that my customers are not recieving emails. First, i believed it was a problem with prestashop, but then i tried logging into my webmail account via CPanel in order to send mails with my email server account. It's weird but all the mails i've sent to hotmail accounts and gmail accounts never arrived.

I don't know what's the problem. It used to work perfectly. Let me know if you need any further details.

Many thanks in advance.
 
Last edited:

garrettroyce

Community Support
Community Support
Messages
5,609
Reaction score
250
Points
63
You should PM Bryon the messages so those email addresses are not public. They might get a lot of spam if you leave them here. You can edit your post with the "edit" link below your message.

Either that, or edit them so they're hard for robots to read:

something [at] hotmail [dot] com or nospam_something@example (remove the "nospam") are pretty typical ways of making email addresses harder for robots to get.
 

gtcx10ho

New Member
Messages
1
Reaction score
0
Points
1
Hi guys, same problems here, i can receive normaly emails, but i cannot send to gmail, any solutions yet ?
 
Status
Not open for further replies.
Top