PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
Hi
I'm not receiving any email from the code below, can anyone suggest me whats wrong with this?
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
I personaly use phpmailer( have not use swiftmailer). What I like about it is the debug mode where you see everything that is going on. It make since easy when
trying to find out why is not working
the post recognition is correct though its temporary.
would be great to know what's wrong in function calling.
my real problem is: this doesn't show an error. why PHP doesn't show any error? insted of showing an error, it just ingore the page. shows a blank page if there is any error.
about phpmailer.... yes. that could be another option. thanks for that.
many php hosts and configs have errors turned off to suppress these messages in the production environment, try adding a line at the top of your php page or in your constructor like the following;