Welcome Guest, Not a member yet? Register   Sign In
Evitar email delivery!
#1

[eluser]Igor Marlus[/eluser]
como faço para evitar email delivery no envio da library email?

how do I avoid email delivery with library email?
#2

[eluser]InsiteFX[/eluser]
Want to explain more on what you are trying to do?

InsiteFX
#3

[eluser]Igor Marlus[/eluser]
[quote author="InsiteFX" date="1290714989"]Want to explain more on what you are trying to do?

InsiteFX[/quote]

I created a system of sending emails. but when I send several emails, the sender receives multiple messages with the title "email delivery" if the email does not exist. I wonder if email is to validate the time in CodeIgniter. excuse for English, translated by Google. thanks
#4

[eluser]InsiteFX[/eluser]
You may need to use this email method.
Code:
$this->email->clear()

You can use this email method to see server errors.
Code:
$this->email->print_debugger()

CodeIgniter Email Class

InsiteFX
#5

[eluser]Igor Marlus[/eluser]
[quote author="InsiteFX" date="1290773932"]You may need to use this email method.
Code:
$this->email->clear()

You can use this email method to see server errors.
Code:
$this->email->print_debugger()

CodeIgniter Email Class

InsiteFX[/quote]


on my system already use the $ this-> email-> clear () and $ this-> email-> print_debugger () serves only to show the status of the shipment.




Theme © iAndrew 2016 - Forum software by © MyBB