Posts by Luciano • 9 points
3 posts
-
0
votes0
answers554
viewsQ: Failed PHP Code: Indicates Sent Email But Sends Nothing
I want to complete this code to send a file whenever a given page opens. <?php // Incluir a classe no teu ficheiro require_once 'PHPMailerAutoload.php'; require_once 'class.phpmailer.php';…
-
0
votes0
answers24
viewsQ: Completing the Code: Send e-mail by attaching a local file
I need a PHP script that, when running, automatically sends a particular local file attached to an email. (I am using XAMPP in WINDOWS) Previously I was answered with the code below but I couldn’t…
-
0
votes2
answers1436
viewsQ: Send email attaching a local file
I need a PHP script that, when running, automatically sends a particular local file attached to an email. It is not a web form completed by the user. It is automatic sending when the script is…