Author Topic: SMTP server  (Read 2132 times)

eastsidecrew

  • Newbie
  • *
  • Posts: 17
SMTP server
« on: October 16, 2007, 08:02:27 PM »
is there a way to configure my phpmotion to use different SMTP server (eg. gmail) when sending the authorization e-mail to a new user instead of using my host's SMTP server????


mikex16

  • Newbie
  • *
  • Posts: 5
Re: SMTP server
« Reply #1 on: December 31, 2007, 11:58:13 AM »
yeah... i need to know how the verifications works... can it disabled?
what is default smtp?

i think the smtp setting is needed on setup.php...

pf69

  • Newbie
  • *
  • Posts: 13
Re: SMTP server
« Reply #2 on: December 31, 2007, 12:26:12 PM »
if I am not wrong it uses mail() from PHP... and not the SMTP from the server...

mikex16

  • Newbie
  • *
  • Posts: 5
Re: SMTP server
« Reply #3 on: December 31, 2007, 05:59:07 PM »

so how the user verifications/confirmed works?
i got problem on this... i use mysql manually to verify my acc.

arios

  • Newbie
  • *
  • Posts: 9
Re: SMTP server
« Reply #4 on: December 31, 2007, 10:06:19 PM »
you can use phpmailer , i edited source in postage.php. you can download phpmailer (use google). then modify the code in postage.php, the code is easy , just follow code from raw phpmailer. you just need change the string based on phpmotion

mikex16

  • Newbie
  • *
  • Posts: 5
Re: SMTP server
« Reply #5 on: January 02, 2008, 09:05:44 AM »
Thanks...  :D

bugmenot

  • Newbie
  • *
  • Posts: 2
Re: SMTP server
« Reply #6 on: May 20, 2010, 03:26:59 AM »
Mail function is used in:
- convertor.php
- siteadmin/newsletter_cli.php
- includes/postage.php
- edit/upload_avatar.php