Hi, I am new to x10 and I am trying to send and automated email using smtp (secure or non-secure). Yesterday it was working but after about 5 tries it stopped sending the emails. I have checked the email settings and gives me the server for and port numbers for both SSL and non-SSL. I have used ini_set to add the port number and server name but still did not work. It says the 'server requires authentication' on the cPanel email config. Although last night I did not use ini_set to set the server or port numbers. I just used
mail('send@email.com', 'subject', 'message')
That seemed to work fine.
Am I doing anything wrong? and I couldn't get it to send through SSL and I wasn't looking to user PHPMailer or PEAR
mail('send@email.com', 'subject', 'message')
That seemed to work fine.
Am I doing anything wrong? and I couldn't get it to send through SSL and I wasn't looking to user PHPMailer or PEAR