if you are trying to send out with a gmail account it requires a few more steps. just google 'wamp smtp gmail' and click on the 5th link that goes to drupalwizardry. It's a great in depth guide that provides the tools to get it done, that being stunnel and sendmail. Then in your php, don't do the ini_set and pass the mail() like given in this tutorial and it should work.
im with talk talk and did the same as you and it worked a treat, smtp.talktalk.net is the address for anyone else who's ISP is talk talk, hoped this help someone :-P
alex, seriously you need to provide the link for the email creation tutorial because we cant find it anywhere. look how many questions this tutorial has left behind you got to do something please
if you are trying to send out with a gmail account it requires a few more steps. just google 'wamp smtp gmail' and click on the 5th link that goes to drupalwizardry. It's a great in depth guide that provides the tools to get it done, that being stunnel and sendmail. Then in your php, don't do the ini_set and pass the mail() like given in this tutorial and it should work.
guitarfreaktx 2 weeks ago in playlist Register & Login
i succeeded in getting the emails to work.......message me if u still dont get through.......also before messaging me, register on JangoSMTP
ShadowRazoe 2 weeks ago in playlist Register & Login
thanks alex for these tutorials, very helpful :)
oiejaune 3 weeks ago in playlist Register & Login
im with talk talk and did the same as you and it worked a treat, smtp.talktalk.net is the address for anyone else who's ISP is talk talk, hoped this help someone :-P
MrWinnie1990 4 weeks ago in playlist Register & Login
brillian tuorrials m8, helped me soo much.
MrWinnie1990 4 weeks ago in playlist Register & Login
alex, seriously you need to provide the link for the email creation tutorial because we cant find it anywhere. look how many questions this tutorial has left behind you got to do something please
brianpena16 1 month ago
@armansrsa me 2
milanhakaj 1 month ago in playlist phpacademy
Is there a way to unmd5 a password?
13firebug13 1 month ago in playlist Register & Login
hey guys, ini_set("SMTP", "YOUR INTERNET SERVICE PROVIDER")
my internet service provider is Iinet.
i google searched "iinet smtp server" and then found the outgoing mail server address. for iinet it's 'mail.iinet.net.au'.
so my code for ini_set looks like this
ini_set("SMTP", "mail.iinet.net.au");
*NOTE THIS IS THE COMPANY THAT PROVIDES MY INTERNET AND IS NOT NECESSARILY THE SAME AS YOURS!*
iillson 1 month ago
From 13firebug13
TrojanProgramming 1 month ago