Bug#1052238: [pkg-php-pear] Bug#1052238: php-net-smtp: Please, consider this email address

2023-09-23 Thread Jose L Fernandez Jambrina
I'm sorry, My code and the example from https://pear.php.net/manual/en/package.mail.mail-mime.example.php, both use the statement: $mail =Mail::factory('mail'); this statement forced the use of the mail driver based on the php intrinsic function mail() and is this function the one who has

Bug#1052238: [pkg-php-pear] Bug#1052238: php-net-smtp: Please, consider this email address

2023-09-21 Thread Guilhem Moulin
On Thu, 21 Sep 2023 at 13:58:18 +0200, J.L. Fernandez Jambrina wrote: > Unfortunatelly I don't know how to use setDebug() to see what's is > being passed to send() Please see https://github.com/pear/Net_SMTP#debugging to debug Net_SMTP. > but I used two calls to var_dump() to see it: AFAICT